-
Notifications
You must be signed in to change notification settings - Fork 25.1k
WN: 10prev7 OpenAPI #35925
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
Merged
wadepickett
merged 8 commits into
main
from
wadepickett/35906WhatsNewv10prev7OpenAPIUpgrade20
Aug 12, 2025
Merged
WN: 10prev7 OpenAPI #35925
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0c85d93
WN: 10prev7 OpenAPI
wadepickett bd26adf
Removed dupe openAPI 2 .md file
wadepickett ccfbb70
Fixed link
wadepickett e536595
revert respoinseDescProducesResponseType.md changes since a different…
wadepickett 2a52182
Added enahnced validation
wadepickett 97b0ff3
Update aspnetcore/release-notes/aspnetcore-10/includes/enhance-valida…
wadepickett 6562bdb
Update aspnetcore/release-notes/aspnetcore-10/includes/upgrade-micros…
wadepickett 709f377
Update aspnetcore/release-notes/aspnetcore-10/includes/xml-comment-ge…
wadepickett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...core/release-notes/aspnetcore-10/includes/enhance-validation-classes-records.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### Enhanced validation for classes and records | ||
|
||
Validation attributes can now be applied to both classes and records, with consistent code generation and validation behavior. This enhancement improves flexibility when designing models using records in ASP.NET Core applications. | ||
|
||
Community contribution: Thanks to [@marcominerva](https://github.com/marcominerva)! |
5 changes: 5 additions & 0 deletions
5
aspnetcore/release-notes/aspnetcore-10/includes/formdata-enum-parameters.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### Form data enum parameters use actual enum type in OpenAPI | ||
|
||
Form data parameters in MVC controller actions now generate OpenAPI metadata using the actual enum type instead of defaulting to string. | ||
|
||
Community contribution: Thanks to [@ascott18](https://github.com/ascott18)! |
4 changes: 4 additions & 0 deletions
4
aspnetcore/release-notes/aspnetcore-10/includes/upgrade-microsoft-openapi-2.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Upgrade Microsoft.OpenApi to 2.0.0 | ||
|
||
The [Microsoft.OpenApi](https://www.nuget.org/packages/Microsoft.OpenApi/) library used for OpenAPI document generation in ASP.NET Core has been upgraded to version 2.0.0 (GA). | ||
wadepickett marked this conversation as resolved.
Show resolved
Hide resolved
|
||
With this update to the GA version, no further breaking changes are expected in OpenAPI document generation. |
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
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.
Uh oh!
There was an error while loading. Please reload this page.