chore(deps): bump NuGet packages and release v1.0.6#40
Merged
ncipollina merged 2 commits intomainfrom Mar 5, 2026
Merged
Conversation
- Microsoft.CodeAnalysis.CSharp: 4.14.0 → 5.0.0 - Polyfill: 9.0.3 → 9.17.0 - Scriban: 6.5.0 → 6.5.5 - AwesomeAssertions: 9.3.0 → 9.4.0 - Microsoft.NET.Test.Sdk: 18.0.1 → 18.3.0 - Verify.XunitV3: 31.7.1 → 31.13.2 - xunit.v3: 3.2.0 → 3.2.2 - Basic.Reference.Assemblies.Net80/90/100: 1.8.3 → 1.8.4 - Microsoft.Extensions.* packages updated to latest patch versions - Add Microsoft.SourceLink.GitHub 10.0.103 to all projects - Bump version prefix from 1.0.5-beta to 1.0.6 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Update build.yaml and pr-build.yaml to use devops-templates@v7.3 - Remove useMtpRunner and testDirectory params (handled by template) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Pull Request
📋 Summary
Bumps all NuGet dependencies to their latest versions and promotes the version from
1.0.5-betato1.0.6stable release. Also addsMicrosoft.SourceLink.GitHubto all projects for improved debugging and source-linking experience.Package updates:
Microsoft.CodeAnalysis.CSharpPolyfillScribanAwesomeAssertionsMicrosoft.NET.Test.SdkVerify.XunitV3xunit.v3Basic.Reference.Assemblies.Net80/90/100Microsoft.Extensions.DependencyInjection(net9)Microsoft.Extensions.DependencyInjection(net10/sample)Microsoft.Extensions.Logging(sample)Microsoft.SourceLink.GitHub✅ Checklist
🧪 Related Issues or PRs
N/A
💬 Notes for Reviewers
The major bump here is
Microsoft.CodeAnalysis.CSharpfrom 4.14.0 → 5.0.0, which aligns with the Roslyn version shipped with VS 2022 17.14 / .NET 10. Please verify the generator tests pass across all three target frameworks (net8.0, net9.0, net10.0) before merging.