-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update to ASP.NET Core 10 preview.6 #3479
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## dotnet-vnext #3479 +/- ##
================================================
+ Coverage 94.70% 94.75% +0.05%
================================================
Files 110 110
Lines 3850 3830 -20
Branches 773 758 -15
================================================
- Hits 3646 3629 -17
+ Misses 204 201 -3
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:
|
75dca2d
to
c51b906
Compare
Update to the latest nightly build of .NET 10 preview 6 to prepare for bump to Microsoft.OpenApi 2.0.0-preview.29.
c51b906
to
15c7e76
Compare
Bump versions for public release of preview 6.
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 the project to ASP.NET Core 10 preview.6 and Microsoft.OpenApi 2.0.0-preview.29, simplifying various Microsoft.OpenApi namespaces to use the unified Microsoft.OpenApi
namespace as per the notable changes mentioned in the description.
- Updates package references from preview.5 to preview.6
- Simplifies Microsoft.OpenApi namespace imports
- Adapts to breaking changes in the OpenApi library including loss of collection expressions support
Reviewed Changes
Copilot reviewed 146 out of 146 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
Directory.Packages.props | Updates Microsoft.OpenApi packages to preview.29 and AspNetCore.OpenApi to preview.6 |
global.json | Updates .NET SDK version to 10.0.100-preview.6 |
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs | Simplifies OpenApi namespace imports and removes collection expressions |
test/WebSites/TestFirst.IntegrationTests/CreateUserTests.cs | Replaces collection expression with explicit SortedSet instantiation |
Multiple test and source files | Simplifies OpenApi namespace imports from specific Models/Interfaces to unified namespace |
Update to the ASP.NET Core .NET 10 preview.6 and Microsoft.OpenApi 2.0.0-preview.29.
Notable changes
Microsoft.OpenApi
.Needs updating to the official build, rather than a nightly, before merge.