[release/11.0-preview2] feat: adds support for OpenAPI 3.2.0#65476
Merged
wtgodbe merged 9 commits intorelease/11.0-preview2from Feb 25, 2026
Merged
[release/11.0-preview2] feat: adds support for OpenAPI 3.2.0#65476wtgodbe merged 9 commits intorelease/11.0-preview2from
wtgodbe merged 9 commits intorelease/11.0-preview2from
Conversation
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…or now. Needs to be reverted before GA. Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
halter73
approved these changes
Feb 19, 2026
Member
|
I'm closing this because I looked at the wrong code-complete date for preview2. I think all the changes from |
Member
This isn't true, as soon as the branch has snapped (as soon as it exists), all further changes for that preview must be made directly in the preview branch |
Contributor
|
Hi @@github-actions[bot]. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed. |
danroth27
added a commit
to dotnet/core
that referenced
this pull request
Mar 3, 2026
Backport PR dotnet/aspnetcore#65476 was merged to release/11.0-preview2 with Servicing-approved label, confirming this feature will ship in the final Preview 2 build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Backport of #65415 to release/11.0-preview2
/cc @halter73 @baywet
feat: adds support for OpenAPI 3.2.0
This updates
Microsoft.AspNetCore.OpenApi'sMicrosoft.OpenApiNuGet dependency from 2.0.0 to 3.3.1. Along with this comes breaking changes that we want to get in front of customers ASAP. See https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-3.mdWorks toward #63754
Customer Impact
Customers are going to need to take this dependency update sooner or later, so we might as well take this change as soon as possible to collect early feedback.
Regression?
[If yes, specify the version the behavior has regressed from]
Risk
We're taking known breaking changes, but it's a preview release.
Verification
Packaging changes reviewed?