Skip to content

Use locally-built Microsoft.OpenApi packages from OpenAPI.NET PR #2933#67697

Draft
Youssef1313 with Copilot wants to merge 1 commit into
mainfrom
copilot/local-nuget-feed-and-test-fixes
Draft

Use locally-built Microsoft.OpenApi packages from OpenAPI.NET PR #2933#67697
Youssef1313 with Copilot wants to merge 1 commit into
mainfrom
copilot/local-nuget-feed-and-test-fixes

Conversation

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Integrates locally-built Microsoft.OpenApi and Microsoft.OpenApi.YamlReader packages from microsoft/OpenAPI.NET#2933, which improves nullability handling in OpenAPI schema serialization.

Description

  • packages/ — Locally-built nupkgs (3.8.0-local.pr2933) for Microsoft.OpenApi and Microsoft.OpenApi.YamlReader

  • NuGet.config — Added local-openapi package source pointing to packages/

  • eng/Versions.props — Bumped both OpenApi versions to 3.8.0-local.pr2933

  • 5 OpenAPI 3.0 snapshot tests updated — PR changes null-type serialization in OpenAPI 3.0: null schemas in oneOf/anyOf now emit as { "enum": [null] } inline entries rather than being stripped out with "nullable": true hoisted 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.

… failing tests

Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants