Skip to content

Update packages#371

Merged
awaescher merged 1 commit intomainfrom
update-packages
Mar 4, 2026
Merged

Update packages#371
awaescher merged 1 commit intomainfrom
update-packages

Conversation

@awaescher
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 4, 2026 07:00
@awaescher awaescher merged commit f33be10 into main Mar 4, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates centrally-managed NuGet package versions via Directory.Packages.props to keep dependencies current across the solution.

Changes:

  • Bump test tooling packages (coverlet.collector, Microsoft.NET.Test.Sdk, NUnit, NUnit3TestAdapter).
  • Bump Microsoft.Extensions.* packages (AI, DI) and other utilities (Spectre.Console).
  • Update Roslyn package version for Microsoft.CodeAnalysis.CSharp.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0" />
<PackageVersion Include="coverlet.collector" Version="8.0.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.3" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.CodeAnalysis.CSharp was bumped to 5.0.0 but Microsoft.CodeAnalysis.Common remains pinned at 4.14.0. With Central Package Management (and especially transitive pinning), this can cause restore/package-downgrade issues or assembly version mismatches. Align the Microsoft.CodeAnalysis.* versions (e.g., update Common to the same version as CSharp, or remove the explicit Common pin if it’s only intended to be transitive).

Suggested change
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="5.0.0" />

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants