Is your feature request related to a specific problem? Or an existing feature?
We just merged the upgrade to OpenAPI 3.2.0 in asp.net 11, the plan is for this to go out with preview2. The default emitted version is still 3.1 for now to give the ecosystem time to try the preview, and upgrade the chain of dependencies.
This will also give us (Microsoft) time to implement new features from this new standard version like:
Describe the solution you'd like
Since this upgrade ultimately relies on Microsoft.OpenAPI upgrading from 2 to 3, and containing a few minor breaking changes.
I'm guessing the work here will be something along the lines of:
- upgrade the asp.net and Microsoft.OpenAPI dependencies where required
- upgrade swagger ui when they ship support for 3.2.0
- tests
- ship a preview to "closely follow apsnet 11 preview 2"
I'm creating this issue to give a heads up, and I remain available for any questions :)
Additional context
No response
Is your feature request related to a specific problem? Or an existing feature?
We just merged the upgrade to OpenAPI 3.2.0 in asp.net 11, the plan is for this to go out with preview2. The default emitted version is still 3.1 for now to give the ecosystem time to try the preview, and upgrade the chain of dependencies.
This will also give us (Microsoft) time to implement new features from this new standard version like:
Describe the solution you'd like
Since this upgrade ultimately relies on Microsoft.OpenAPI upgrading from 2 to 3, and containing a few minor breaking changes.
I'm guessing the work here will be something along the lines of:
I'm creating this issue to give a heads up, and I remain available for any questions :)
Additional context
No response