-
Notifications
You must be signed in to change notification settings - Fork 282
fix/tags order to v3 #2682
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
Closed
Closed
fix/tags order to v3 #2682
Conversation
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
Co-authored-by: baywet <[email protected]>
…afcc-364c1a2e80ed feat: Add deviceAuthorization field to OAuthFlows object (OpenAPI 3.2.0)
…c8-9483-9ee135a0c31b
…9483-9ee135a0c31b feat: Add support for dataValue and serializedValue in OpenApiExample
Co-authored-by: baywet <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
…33-8171-b4b6862334fb
…lization support Co-authored-by: baywet <[email protected]>
Co-authored-by: baywet <[email protected]>
…8171-b4b6862334fb feat: Add support for mediaType itemSchema property (OAS 3.2.0)
…e-Parameter-style
…string-parameter-location
…arameter-style feat: Add support for Cookie Parameter style
…ing-parameter-location feat: Add support for querystring parameter location
…n--components--Microsoft.OpenApi chore(main): release 3.1.1
…elease Signed-off-by: Vincent Biret <[email protected]>
docs: adds instructions to update public reference docs after nuget release
chore: sets 3.2 as default version for the workbench Signed-off-by: Vincent Biret <[email protected]>
… pointers When extension parsers throw OpenApiException, the exceptions are now caught in LoadExtension methods across all OpenAPI versions (V2, V3, V3.1, V3.2). This ensures the error pointer correctly includes all path segments (e.g., #/definitions/demo/x-tag instead of #/definitions/x-tag). Co-authored-by: baywet <[email protected]>
Moved the return statement for JsonNodeExtension outside the catch block to match the pattern used in V3, V31, and V32 deserializers. Co-authored-by: baywet <[email protected]>
Changed from verbatim string literals (@"...") to raw string literals ("""...""") for consistency with existing test code.
Co-authored-by: baywet <[email protected]>
chore: adds 3.2 version to the workbench chore: sets 3.2 as default version for the workbench
Signed-off-by: Vincent Biret <[email protected]>
fix: correct error pointer when extension parser throws OpenApiException
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…endabot/fetch-metadata-2.5.0 chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
docs: updates versions to clarify the ranges
…n--components--Microsoft.OpenApi chore(main): release 3.1.2
Signed-off-by: Vincent Biret <[email protected]>
chore: main refresh from v2
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 8.0.416 to 8.0.417. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v8.0.416...v8.0.417) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 8.0.417 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Debug from 10.0.1 to 10.0.2 Bumps System.Text.Json from 10.0.1 to 10.0.2 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: System.Text.Json dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
…sdk-8.0.417 chore(deps): bump dotnet-sdk from 8.0.416 to 8.0.417
…resultsComparer/microsoftextensions-f6912d210f Bump the microsoftextensions group with 6 updates
Signed-off-by: Vincent Biret <[email protected]>
|
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.




port of #773 to v2