-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Add ASP.NET Core release notes for .NET 10 Preview 5 #9925
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
Conversation
Co-authored-by: danroth27 <[email protected]>
Generate and add the list of contributors for milestone 10.0-preview5:
|
Co-authored-by: danroth27 <[email protected]>
Added the contributors list for milestone 10.0-preview5. Found 4 external community contributors (filtered out Microsoft employees and bots), sorted alphabetically with links to their merged PRs. Commit e99e60d. |
Let's include contributor am11 in the contributors list. They are a member of the .NET org on GitHub, but they aren't at Microsoft. |
…ase notes Co-authored-by: danroth27 <[email protected]>
Added am11 to the contributors list in alphabetical order. Commit 89b9e81. |
Co-authored-by: danroth27 <[email protected]>
…rimental" Co-authored-by: danroth27 <[email protected]>
Co-authored-by: Safia Abdalla <[email protected]>
Co-authored-by: Safia Abdalla <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds detailed ASP.NET Core release notes for .NET 10 Preview 5, covering new security, validation, OpenAPI, Blazor routing, and observability features.
- Introduces a new
aspnetcore.md
file with comprehensive release notes - Updates table of contents and feature sections (HTTP.sys, Minimal APIs, OpenAPI, Blazor)
- (In metadata) README updated to include Preview 5 link in order
Comments suppressed due to low confidence (2)
release-notes/10.0/preview/preview5/aspnetcore.md:129
- [nitpick] The nested list under Circuit lifecycle tracing mixes indent levels; align bullet indentation consistently (e.g., four spaces) for better readability.
- Tags: `aspnetcore.components.circuit.id`
release-notes/10.0/preview/preview5/aspnetcore.md:85
- In Razor syntax, code expressions should be prefixed with '@'. Change NotFoundPage="typeof(Pages.NotFound)" to NotFoundPage="@typeof(Pages.NotFound)" for correct parsing.
<Router AppAssembly="@typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
Co-authored-by: Copilot <[email protected]>
This PR adds the ASP.NET Core release notes for .NET 10 Preview 5 based on the content provided in dotnet/AspNetCore.Docs#35473.
Changes Made
Created
aspnetcore.md
for .NET 10 Preview 5 with comprehensive release notes covering:RequestQueueSecurityDescriptor
property<returns>
and<response>
XML tagsUpdated main README.md to include the Preview 5 link in proper chronological order
Content Source
All content is based on the official feature descriptions provided by the ASP.NET Core development team in the referenced issue comments, ensuring accuracy and consistency with the official documentation.
The release notes follow the established format and structure of previous preview releases for consistency.
Fixes #9924.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.