dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.44k stars 25.33k forks source link

Document what's new in ASP.NET Core for .NET 9 Preview 6 #32960

Open danroth27 opened 1 week ago

danroth27 commented 1 week ago

Description

Update the "What's new in ASP.NET Core 9.0" for .NET 9 Preview 6

Page URL

https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0?view=aspnetcore-8.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/release-notes/aspnetcore-9.0.md

Document ID

4e75ad25-2c3f-b28e-6a91-ac79a9c683b6

Article author

@Rick-Anderson


Associated WorkItem - 273723

mkArtakMSFT commented 3 days ago

@javiercn please add content for the features that you've implemented in preview6 (fingerprinting).

Also the new RenderMode API changes.

mkArtakMSFT commented 3 days ago

@halter73 please add content for the AllowAnonymous change that you've done.

mkArtakMSFT commented 3 days ago

@MackinnonBuck anything from you that I forgot to mention?

guardrex commented 3 days ago

@Rick-Anderson ... The file delivery and fingerprinting will be for RP, MVC, and Blazor, so we have a similar situation for coverage as we did last preview. API/usage is a bit different, as you can see in https://github.com/dotnet/aspnetcore/issues/56076. We'll probably have two What's New sections again. For Blazor, I'll probably place detailed coverage in article coverage and cross-link to it from What's New with a short explanation on the basics of the new features.