V2-preview1 release#1906
Merged
MaggieKimani1 merged 796 commits intomastermicrosoft/OpenAPI.NET:masterfrom Nov 6, 2024
Merged
Conversation
Sync v2 branch with vnext changes
Creates component registries in the `OpenApiWorkspace` for `$ref` resolution
Fixes cloning of `JsonNode` objects
Since we are no longer resolving JsonSchema refs when parsing a doc., some tests need to be updated
Fix default mappings for nullable types
v2 refresh
Removes `JsonSchema` reference resolution when parsing a doc.
…r to get the local Json schema registry
Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com>
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 27.1.0 to 28.0.0. - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@27.1.0...28.0.0) --- updated-dependencies: - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…-28.0.0 chore(deps): bump Verify.Xunit from 27.1.0 to 28.0.0
…-enum Define JSON schema's Type property as a flaggable enum to allow storing multiple values
Sync latest vnext changes
V2.0-preview1 release
Contributor
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
darrelmiller
approved these changes
Nov 6, 2024
github-merge-queue bot
pushed a commit
to microsoft/semantic-kernel
that referenced
this pull request
Nov 7, 2024
…9603) ### Motivation, Context and Description The new version, V2, of the [OpenAPI.NET](microsoft/OpenAPI.NET#1906) SDK comes with changes to its model classes. This PR updates the SK OpenAPI model classes to match the SDK's ones. The goal is to reduce breaking changes from the update. Similar changes were done in this PR - [.Net: Rename OpenAPI model classes](#9595) where the `RestApiPayloadProperty.Type`, `RestApiParameter.Type`, and `RestApiParameter.ArrayItemType` were made internal to simplify the update to OpenAPI.NET v2, where their types have been changed. Related task: #6884
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.
No description provided.