WN: v10 RC1: Add OpenAPI Schema Generation Enhancements#36081
Merged
wadepickett merged 1 commit intomainfrom Sep 9, 2025
Merged
WN: v10 RC1: Add OpenAPI Schema Generation Enhancements#36081wadepickett merged 1 commit intomainfrom
wadepickett merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for OpenAPI schema generation enhancements in .NET 10 RC1. It addresses issue #36078 by creating a comprehensive overview of the new OpenAPI features and improvements.
Key changes:
- Creates a new include file documenting six OpenAPI schema generation improvements
- Integrates the new documentation into the main .NET 10 release notes
- Updates the documentation date to reflect the RC1 timeframe
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| aspnetcore/release-notes/aspnetcore-10/includes/openapi-schema-enhancements.md | New include file documenting OpenAPI schema generation enhancements including nullable types handling, schema reference resolution, property descriptions, XML comments support, HTTP method filtering, JSON Patch improvements, and invariant culture usage |
| aspnetcore/release-notes/aspnetcore-10.0.md | Updates the main release notes to include the new OpenAPI enhancements documentation and updates the modification date |
tdykstra
approved these changes
Sep 9, 2025
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.
Fixes #36078
Adds RC1 OpenAPI schema generation enhancements to the the What's New topic as an include.
Internal previews