8000 Add ASP.NET Core release notes for .NET 10 Preview 6 by Copilot · Pull Request #9965 · dotnet/core · GitHub
[go: up one dir, main page]

Skip to content

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
@Cop
8000
ilot 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

wadepickett
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!

Co-authored-by: Marek Fišera <mara@neptuo.com>
@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 <roji@roji.org>

* .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 <67293991+adegeo@users.noreply.github.com>

* .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 <9663150+KlausLoeffelmann@users.noreply.github.com>

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

* .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 <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>

* .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) <amankhalid@microsoft.com>

* .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 <jonathan.peppers@microsoft.com>

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

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

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

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* added contributors from android and iOS repos

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* .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 <weihanli@outlook.com>

* Update libraries.md

fix link

---------

Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>

* 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 <roji@roji.org>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.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.

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

10 participants

0