Skip to content

Update dependencies#263

Merged
viceroypenguin merged 1 commit intomasterfrom
dependencies
Mar 26, 2026
Merged

Update dependencies#263
viceroypenguin merged 1 commit intomasterfrom
dependencies

Conversation

@viceroypenguin
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 26, 2026 15:35
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 13 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@viceroypenguin viceroypenguin merged commit da4a543 into master Mar 26, 2026
4 checks passed
@viceroypenguin viceroypenguin deleted the dependencies branch March 26, 2026 15:39
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 dependency versions in Directory.Packages.props to newer releases across core build/analyzer/test tooling and framework-specific package sets.

Changes:

  • Bumped several build/test tooling packages (e.g., Immediate.Handlers, Scriban, Verify.XunitV3, code coverage, Meziantou analyzers/polyfill, SourceLink).
  • Updated Microsoft.CodeAnalysis.Analyzers version.
  • Updated framework-conditional Microsoft.Extensions.* package versions for net8/net9/net10.

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

<PackageVersion Include="Immediate.Handlers" Version="3.4.0" />
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0" />
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

Microsoft.CodeAnalysis.Analyzers was bumped to 5.3.0 while the Roslyn packages (Microsoft.CodeAnalysis.*) remain pinned at 4.8.0. The analyzers package generally tracks the Roslyn major/minor line, and this mismatch can cause analyzer load failures or missing-API issues during build. Consider keeping Microsoft.CodeAnalysis.Analyzers on a 4.x version compatible with Roslyn 4.8.0, or upgrading the Microsoft.CodeAnalysis.* packages as a set to the matching 5.3.0 line.

Suggested change
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="4.11.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