-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
.NET 10 preparation #3285
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
.NET 10 preparation #3285
Conversation
Cherry-pick refactoring from #3283 to make multi-targeting easier for ASP.NET Core 10 and Microsoft.OpenApi v2.
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3285 +/- ##
==========================================
- Coverage 86.08% 83.56% -2.53%
==========================================
Files 79 77 -2
Lines 3378 3224 -154
Branches 588 559 -29
==========================================
- Hits 2908 2694 -214
- Misses 470 530 +60
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:
|
Make Verify snapshots unique per target framework. This is to when .NET 10 introduces OpenAPI 3.1, it doesn't cause issues with the snapshots being intentionally different.
Apply IDE suggestion to use collection expressions.
Shorten test names to avoid `MAX_PATH` issues on Windows in GitHub Actions.
Bump coverlet, Microsoft.NET.Test.Sdk, ReportGenerator, and xunit to their latest stable versions.
- Update more NuGet package version overrides for tests to the latest versions. - Drop leftover `net6.0` reference in tests.
Cherry-pick refactoring from #3283 to make multi-targeting easier for ASP.NET Core 10 and Microsoft.OpenApi v2.
This PR will be easiest to review one commit at a time, as the second commit effectively just renames all the non-TFM'd snapshots to one of the TFMs, then the other files are just copies of the those with the name of the other TFM.