-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update dependencies #3685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #3685
Conversation
martincostello
commented
Nov 28, 2025
- Bump GitHubActionsTestLogger to 3.0.1.
- Bump meziantou.framework.nugetpackagevalidation.tool to 1.0.38.
- Bump NSwag.MSBuild to 14.6.3.
- Bump ReportGenerator to 5.5.0.
Bump GitHubActionsTestLogger to 3.0.1.
- Bump meziantou.framework.nugetpackagevalidation.tool to 1.0.38. - Bump NSwag.MSBuild to 14.6.3. - Bump ReportGenerator to 5.5.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates several development and testing dependencies, with a notable change from xunit.v3 to xunit.v3.mtp-off across all test projects.
- Updates four dependencies to their latest versions
- Changes xunit test framework package from
xunit.v3toxunit.v3.mtp-off(disables multi-threaded parallel execution) - Updates both central package definitions and individual project references consistently
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Updates central package versions for GitHubActionsTestLogger (2.4.1→3.0.1), NSwag.MSBuild (14.6.2→14.6.3), ReportGenerator (5.4.18→5.5.0), and changes xunit.v3 to xunit.v3.mtp-off |
| .config/dotnet-tools.json | Updates meziantou.framework.nugetpackagevalidation.tool (1.0.35→1.0.38) |
| test/Swashbuckle.AspNetCore.SwaggerGen.Test/Swashbuckle.AspNetCore.SwaggerGen.Test.csproj | Updates xunit package reference from xunit.v3 to xunit.v3.mtp-off |
| test/Swashbuckle.AspNetCore.Newtonsoft.Test/Swashbuckle.AspNetCore.Newtonsoft.Test.csproj | Updates xunit package reference from xunit.v3 to xunit.v3.mtp-off |
| test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj | Updates xunit package reference from xunit.v3 to xunit.v3.mtp-off |
| test/Swashbuckle.AspNetCore.Cli.Test/Swashbuckle.AspNetCore.Cli.Test.csproj | Updates xunit package reference from xunit.v3 to xunit.v3.mtp-off |
| test/Swashbuckle.AspNetCore.Annotations.Test/Swashbuckle.AspNetCore.Annotations.Test.csproj | Updates xunit package reference from xunit.v3 to xunit.v3.mtp-off |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3685 +/- ##
=======================================
Coverage 94.64% 94.64%
=======================================
Files 111 111
Lines 3865 3865
Branches 780 780
=======================================
Hits 3658 3658
Misses 207 207
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|