Skip to content

Add ASP.NET Core release notes for .NET 10 Preview 6 #9965

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
merged 46 commits into from
Jul 9, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 2, 2025

This PR adds comprehensive ASP.NET Core release notes for .NET 10 Preview 6 based on the feature content provided in dotnet/AspNetCore.Docs#35602.

Changes Made

  • Created /release-notes/10.0/preview/preview6/aspnetcore.md following the established format from previous preview releases
  • Compiled and edited content from issue comments for clarity and simplicity
  • Included all 10 major features for Preview 6:

Key Features Documented

  1. Automatic eviction from memory pool - Memory pools now automatically release unused memory when applications are idle
  2. Blazor WebAssembly preloading - New <LinkPreload /> component replaces link headers for better asset preloading
  3. Blazor build producing javascript bundler friendly output - Support for webpack/rollup compatibility with WasmBundlerFriendlyBootConfig=true
  4. Improved form validation for Blazor - Support for validating nested objects and collection items with [ValidatableType] attribute
  5. NotFound works with streaming that has started - Enhanced error handling for streaming scenarios
  6. Blazor diagnostics improvements - Top-level traces in Aspire dashboard and Application Insights
  7. NavigationException switch behavior change - Updated default behavior and configuration switch naming
  8. Add passkey support to ASP.NET Core Identity - WebAuthn and FIDO2 standards support for passwordless authentication
  9. Minimal API Validation integration with IProblemDetailsService - Customizable error responses for validation
  10. Unified validation APIs moved to extensions package - APIs moved to Microsoft.Extensions.Validation namespace

Content Structure

  • Clear table of contents with anchor links
  • Detailed feature descriptions with code examples
  • "Why it matters" and "How to use" sections where applicable
  • Community contributor acknowledgments
  • Links to related documentation and breaking changes

The content follows the same markdown structure and writing style as existing preview release notes, ensuring consistency across the documentation.

Fixes #9964.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/dotnet/aspnetcore/pulls
    • Triggering command: curl -s REDACTED (http block)
  • https://api.github.com/repos/dotnet/aspnetcore/search/issues
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 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.

@Copilot Copilot AI changed the title [WIP] Add ASP.NET Core release notes for .NET 10 Preview 6 Add ASP.NET Core release notes for .NET 10 Preview 6 Jul 2, 2025
@Copilot Copilot AI requested a review from danroth27 July 2, 2025 20:04
Copilot finished work on behalf of danroth27 July 2, 2025 20:04
Copilot finished work on behalf of danroth27 July 2, 2025 22:46
@Copilot Copilot AI requested a review from danroth27 July 2, 2025 22:46
@Copilot Copilot AI requested a review from danroth27 July 2, 2025 23:05
Copilot finished work on behalf of danroth27 July 2, 2025 23:05
Copilot finished work on behalf of danroth27 July 2, 2025 23:13
@Copilot Copilot AI requested a review from danroth27 July 2, 2025 23:13
@Copilot Copilot AI requested a review from danroth27 July 2, 2025 23:15
Copilot finished work on behalf of danroth27 July 2, 2025 23:15
@Copilot Copilot AI requested a review from danroth27 July 2, 2025 23:17
Copilot finished work on behalf of danroth27 July 2, 2025 23:17
@danroth27 danroth27 changed the base branch from main to dotnet10-p6 July 7, 2025 20:55
tdykstra

This comment was marked as duplicate.

tdykstra

This comment was marked as duplicate.

@danroth27
Copy link
Member

Copy link
Contributor

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very clean, looks good!

@danroth27 danroth27 merged commit 8a6bf70 into dotnet10-p6 Jul 9, 2025
2 checks passed
@danroth27 danroth27 deleted the copilot/fix-9964 branch July 9, 2025 20:34
victorisr added a commit that referenced this pull request Jul 15, 2025
* .NET 10 Preview 6

* .NET 10 P6 - FSharp (#9946)

* Update fsharp preview6 release notes with manual changes.

* udpate for release

* .NET 10 P6 - CSharp (#9943)

* Add period to last sentence in csharp preview6 release notes.

* update C#

* .NET 10 P6 - EFCore (#9945)

* Add period to last sentence in efcore preview6 release notes.

* EF 10.0-preview.6 release notes

* Added small improvements

---------

Co-authored-by: Shay Rojansky <[email protected]>

* .NET 10 P6 - WPF (#9952)

* Add period to last sentence in aspnetcore preview6 release notes.

* Add period to last sentence in containers preview6 release notes.

* Add period to last sentence in csharp preview6 release notes.

* Add period to last sentence in dotnetmaui preview6 release notes.

* Add period to last sentence in efcore preview6 release notes.

* Add period to last sentence in libraries preview6 release notes.

* Add period to last sentence in runtime preview6 release notes.

* Add period to last sentence in sdk preview6 release notes.

* Add period to last sentence in visualbasic preview6 release notes.

* Add period to last sentence in winforms preview6 release notes.

* Add period to last sentence in wpf preview6 release notes.

* Revert all changes except wpf.md in dotnet10-p6-wpf branch.

* Add WPF info

* update feature list

---------

Co-authored-by: Andy (Steve) De George <[email protected]>

* .NET 10 P6 - WinForms (#9951)

* Add period to last sentence in winforms preview6 release notes.

* Update WinForms for Preview 6

* Apply suggestions from code review

Co-authored-by: Klaus Löffelmann <[email protected]>

---------

Co-authored-by: Merrie McGaw <[email protected]>
Co-authored-by: Klaus Löffelmann <[email protected]>

* .NET 10 P6 - SDK (#9949)

* Add period to last sentence in sdk preview6 release notes.

* CLI notes around tools and such

* Add release notes for preview.6 run-file changes

---------

Co-authored-by: Chet Husk <[email protected]>
Co-authored-by: Damian Edwards <[email protected]>

* .NET 10 P6 - Containers (#9942)

* Add period to last sentence in containers preview6 release notes.

* update to none udpates.

* .NET 10 P6 - Runtime (#9948)

* Add period to last sentence in runtime preview6 release notes.

* Add JIT notes

---------

Co-authored-by: Aman Khalid (from Dev Box) <[email protected]>

* .NET 10 P6 - .NET MAUI (#9944)

* Add period to last sentence in dotnetmaui preview6 release notes.

* Update dotnetmaui.md

* adding more details for android

* minor updates to iOS note

* Update release-notes/10.0/preview/preview6/dotnetmaui.md

Co-authored-by: Jonathan Peppers <[email protected]>

* Update release-notes/10.0/preview/preview6/dotnetmaui.md

Co-authored-by: Jonathan Peppers <[email protected]>

* Update release-notes/10.0/preview/preview6/dotnetmaui.md

Co-authored-by: Jonathan Peppers <[email protected]>

* added contributors from android and iOS repos

---------

Co-authored-by: David Ortinau <[email protected]>
Co-authored-by: Jonathan Peppers <[email protected]>

* .NET 10 P6 - Libraries (#9947)

* Add period to last sentence in libraries preview6 release notes.

* Update libraries.md

* Update libraries.md

Co-authored-by: Weihan Li <[email protected]>

* Update libraries.md

fix link

---------

Co-authored-by: Pranav Senthilnathan <[email protected]>
Co-authored-by: Weihan Li <[email protected]>

* Add ASP.NET Core release notes for .NET 10 Preview 6 (#9965)

* update linter

* revert

* Fix link to installers and binaries for .NET 10 Preview 6 in README.md

* update permissions?

* Update release notes for .NET 10 Preview 6: enhance dark mode support in Windows Forms, improve JSON property handling in libraries, and refine CLI tool execution options in SDK.

* Enhance release notes for .NET 10 Preview 6: update dark mode support in Windows Forms, improve formatting in EF Core and SDK documentation, and clean up whitespace in various markdown files.

* cleanup

* add p6

* lint

* try this

* Update releases.md

* Update README.md

* Update release-notes/README.md

* Update releases-index.json

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Update releases.json

* Update 10.0.0-preview.6.md

* Added release.json

* Mix lint errors in release.json for preview 6 release

* Fix jsonlint errors

* Fix jsonlint errors

---------

Co-authored-by: Shay Rojansky <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Merrie McGaw <[email protected]>
Co-authored-by: Klaus Löffelmann <[email protected]>
Co-authored-by: Chet Husk <[email protected]>
Co-authored-by: Damian Edwards <[email protected]>
Co-authored-by: Aman Khalid (from Dev Box) <[email protected]>
Co-authored-by: David Ortinau <[email protected]>
Co-authored-by: Jonathan Peppers <[email protected]>
Co-authored-by: Pranav Senthilnathan <[email protected]>
Co-authored-by: Weihan Li <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: victorisr <[email protected]>
Co-authored-by: Jon Galloway <[email protected]>
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.

Add ASP.NET Core release notes for .NET 10 Preview 6
10 participants