Conversation
As a path towards OpenAPI v3.1 support, deprecate the `--serializeasv2`/`SerializeAsV2` options in favour of a new `--openapiversion`/`OpenApiVersion` option that accepts the specification version to use.
|
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 #3286 +/- ##
==========================================
+ Coverage 83.56% 84.84% +1.28%
==========================================
Files 77 77
Lines 3224 3221 -3
Branches 559 556 -3
==========================================
+ Hits 2694 2733 +39
+ Misses 530 488 -42
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:
|
auto-merge was automatically disabled
March 18, 2025 16:25
Rebase failed
This was referenced Jul 29, 2025
This was referenced Aug 5, 2025
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 9.0.0
timerknight/skills-secure-repository-supply-chain#17
Open
This was referenced Feb 19, 2026
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
simsanalva/skills-secure-repository-supply-chain#10
Open
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.
As a path towards OpenAPI v3.1 support (see #3283), deprecate the
--serializeasv2/SerializeAsV2options in favour of a new--openapiversion/OpenApiVersionoption that accepts the specification version to use.This can go out in the same release as #3183.