Skip to content

Update "What's new in ASP.NET Core in .NET 11" for Preview 3#36991

Open
Copilot wants to merge 5 commits intomainfrom
copilot/update-whats-new-aspnet-core-dotnet-11-preview-3-again
Open

Update "What's new in ASP.NET Core in .NET 11" for Preview 3#36991
Copilot wants to merge 5 commits intomainfrom
copilot/update-whats-new-aspnet-core-dotnet-11-preview-3-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

Adds Preview 3 features from dotnet/core#10344 to the What's New article.

New include files

  • zstandard-compression-preview-3.md — Zstandard (zstd) response compression and request decompression support, with code sample and @manandre contributor acknowledgment
  • http3-early-request-processing-preview-3.md — Kestrel processes HTTP/3 requests without waiting for control stream/SETTINGS, reducing first-request latency

Updated

  • aspnetcore-11.md — Added [!INCLUDE] directives in Miscellaneous section

Excluded per content rules

  • Blazor: "Virtualize adapts to variable-height items at runtime" — handled separately by Blazor team
  • Bug fixes and community contributors list — not included in What's New

Internal previews

📄 File 🔗 Preview link
aspnetcore/release-notes/aspnetcore-11.md What's new in ASP.NET Core in .NET 11

Copilot AI changed the title [WIP] Update what's new in ASP.NET Core in .NET 11 for Preview 3 Update "What's new in ASP.NET Core in .NET 11" for Preview 3 Apr 13, 2026
Copilot AI requested a review from wadepickett April 13, 2026 17:15
@wadepickett wadepickett marked this pull request as ready for review April 13, 2026 17:34
@wadepickett wadepickett requested a review from tdykstra April 13, 2026 18:45
@wadepickett
Copy link
Copy Markdown
Contributor

@copilot, rename new include files so that the "preview3" portion of the name is changed to "preview-3" and update links to them. This will help eliminate build warnings that the file name is not a complete word.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 13, 2026

@copilot, rename new include files so that the "preview3" portion of the name is changed to "preview-3" and update links to them. This will help eliminate build warnings that the file name is not a ...

Renamed both files from preview3 to preview-3 and updated the include references in aspnetcore-11.md. See commit c56505a.

Copy link
Copy Markdown
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.

Approved.

@wadepickett
Copy link
Copy Markdown
Contributor

@guardrex ,

Added these two features for this PR:
New features:

  • Zstandard response compression and request decompression (new feature)
  • HTTP/3 starts processing requests earlier (new feature, Kestrel)

I didn't add this one since it was Blazor focused and you like to add your own in your own PR.

  • Virtualize adapts to variable-height items at runtime (Blazor — should be skipped

@guardrex
Copy link
Copy Markdown
Collaborator

Thanks, @wadepickett ... It's on #36977.

@wadepickett
Copy link
Copy Markdown
Contributor

@tdykstra, need your review soon.

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.

Update "What's new in ASP.NET Core in .NET 11" for .NET 11 Preview 3

3 participants