Update multiple dependencies to latest versions#1183
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR updates NuGet package reference versions across seven project files, bumping Microsoft.CodeAnalysis.CSharp, Microsoft.Build.Utilities.Core, Microsoft.Extensions.Http.Resilience, FluentAssertions, TUnit, and Exceptionless to newer versions, with a minor formatting adjustment in one file. ChangesDependency Updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1183 +/- ##
=======================================
Coverage 94.83% 94.83%
=======================================
Files 81 81
Lines 3585 3585
=======================================
Hits 3400 3400
Misses 76 76
Partials 109 109
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



This pull request updates several NuGet package dependencies across multiple project files to ensure compatibility, security, and access to new features. The changes are primarily focused on upgrading package versions for core libraries, build utilities, and testing frameworks.
Dependency upgrades:
Microsoft.CodeAnalysis.CSharpto version 5.6.0 inRefitter.Core.csprojandRefitter.SourceGenerator.Tests.csprojfor improved Roslyn support. [1] [2]Microsoft.Extensions.Http.Resilienceto version 10.7.0 inRefitter.SourceGenerator.Tests.csproj,Apizr/Sample.csproj, andMultipleFiles/Client/Client.csprojto maintain consistency and benefit from the latest fixes. [1] [2] [3]FluentAssertionsandTUnitto newer versions in test projects for enhanced assertion features and testing capabilities. [1] [2]Microsoft.Build.Utilities.Coreto version 18.7.1 inRefitter.MSBuild.csprojandRefitter.Tests.csproj, and expandedIncludeAssetsfor broader build integration in the MSBuild project. [1] [2]Exceptionlessto version 6.2.0 inRefitter.csprojfor improved error tracking and reporting.Summary by CodeRabbit