Skip to content

What's New in ASP.NET Core in .NET 11 Preview 4#37135

Merged
wadepickett merged 5 commits into
mainfrom
copilot/577735-agent-gen-whats-new-aspnet-core
May 12, 2026
Merged

What's New in ASP.NET Core in .NET 11 Preview 4#37135
wadepickett merged 5 commits into
mainfrom
copilot/577735-agent-gen-whats-new-aspnet-core

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 12, 2026

Fixes #37134

Adds Preview 4 feature coverage to the What's New article from dotnet/core@23c0684.

New include files

  • OpenAPI: http-query-openapi-preview4.md — HTTP QUERY method in generated OpenAPI documents (contributor: @kilifu)
  • OpenAPI: file-result-openapi-preview4.md — FileStreamResult/HttpResult types described as binary schemas (contributor: @marcominerva)
  • Minimal APIs: endpoint-filters-binding-failures-preview4.md — filter pipeline runs on parameter-binding failures (contributor: @marcominerva)
  • Miscellaneous: mcp-server-template-preview4.mdmcpserver template now bundled in SDK
  • Miscellaneous: tls-handshake-observability-preview4.md — ITlsHandshakeFeature.Exception + UseTlsClientHelloListener middleware
  • Miscellaneous: response-compression-vary-header-preview4.md — Vary: Accept-Encoding always emitted (contributor: @pedrobsaila)
  • Miscellaneous: runtime-async-shared-framework-preview4.md — runtime-async enabled for shared framework libs

Blazor features present but excluded (handled by Blazor team)

  • SupplyParameterFromTempData for Blazor
  • Server-initiated Blazor Server circuit pause
  • Virtualize viewport stability + AnchorMode
  • Blazor WebAssembly service defaults template
  • Blazor Web Worker template updates
  • Smaller Blazor WebAssembly publish output

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] Add agent generation for What's new in ASP.NET Core 11 Preview 4 What's New in ASP.NET Core in .NET 11 Preview 4 May 12, 2026
Copilot AI requested a review from wadepickett May 12, 2026 05:37
@wadepickett wadepickett marked this pull request as ready for review May 12, 2026 05:46
Comment thread aspnetcore/release-notes/aspnetcore-11/includes/mcp-server-template-preview4.md Outdated
@wadepickett wadepickett marked this pull request as draft May 12, 2026 05:55
@wadepickett
Copy link
Copy Markdown
Contributor

wadepickett commented May 12, 2026

@guardrex, this What's New for v11p4 is still in draft. I will have it ready for review early tomorrow 5/12 Tuesday but suggestions welcome at anytime. Just a heads up so you know it is here. It did not address any new Blazor entires for this previwe since we always leave those to you:

  • SupplyParameterFromTempData for Blazor
  • Server-initiated Blazor Server circuit pause
  • Virtualize viewport stability + AnchorMode
  • Blazor WebAssembly service defaults template
  • Blazor Web Worker template updates
  • Smaller Blazor WebAssembly publish output

@wadepickett wadepickett requested a review from tdykstra May 12, 2026 06:00
@guardrex
Copy link
Copy Markdown
Collaborator

guardrex commented May 12, 2026

Thx @wadepickett ... There are two left for me to work into my PR ...

  • Server-initiated Blazor Server circuit pause
  • Smaller Blazor WebAssembly publish output

I'll work those in this morning and ping you for additional review over there.

UPDATE: Working them now. Will chat with Ilona on the pause piece to get a good example into the coverage and gotchas. Will chat with Marek about the Blazor WASM publish output improvements because I haven't identified what that's referring to when looking at the SDK repo issues/PRs.

@wadepickett wadepickett marked this pull request as ready for review May 12, 2026 15:58
@wadepickett
Copy link
Copy Markdown
Contributor

@tdykstra, need your review. This is a timely item.

Comment thread aspnetcore/release-notes/aspnetcore-11/includes/http-query-openapi-preview4.md Outdated
@wadepickett wadepickett merged commit 5079f30 into main May 12, 2026
4 checks passed
@wadepickett wadepickett deleted the copilot/577735-agent-gen-whats-new-aspnet-core branch May 12, 2026 18:52
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.

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.

Agent gen for What's new in ASP.NET Core in .NET 11 Preview 4

4 participants