Use locally-built Microsoft.OpenApi packages from OpenAPI.NET PR #2933#67697
Draft
Youssef1313 with Copilot wants to merge 1 commit into
Draft
Use locally-built Microsoft.OpenApi packages from OpenAPI.NET PR #2933#67697Youssef1313 with Copilot wants to merge 1 commit into
Youssef1313 with Copilot wants to merge 1 commit into
Conversation
… failing tests Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Youssef1313
July 9, 2026 11:54
View session
Open
3 tasks
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.
Integrates locally-built
Microsoft.OpenApiandMicrosoft.OpenApi.YamlReaderpackages from microsoft/OpenAPI.NET#2933, which improves nullability handling in OpenAPI schema serialization.Description
packages/— Locally-built nupkgs (3.8.0-local.pr2933) forMicrosoft.OpenApiandMicrosoft.OpenApi.YamlReaderNuGet.config— Addedlocal-openapipackage source pointing topackages/eng/Versions.props— Bumped both OpenApi versions to3.8.0-local.pr29335 OpenAPI 3.0 snapshot tests updated — PR changes null-type serialization in OpenAPI 3.0: null schemas in
oneOf/anyOfnow emit as{ "enum": [null] }inline entries rather than being stripped out with"nullable": truehoisted up. Affected snapshots:enum-camelcase-nullable-body-direct,enum-camelcase-nullable-body-model,enum-pascalcase-nullable-body-direct,enum-pascalcase-nullable-body-model,schemas-by-ref.You've read the Contributor Guide and Code of Conduct.
You've included unit or integration tests for your change, where applicable.
You've included inline docs for your change, where applicable.
There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.