Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Blazor custom event registration throws when name matches a browser event"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where Blazor.registerCustomEventType throws when eventName equals browserEventName."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Blazor custom event registration throws when name matches a browser event
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Blazor enhanced navigation no longer preloads resources"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where Blazor's ResourcePreloader no longer emits preload link hints for pages reached through enhanced navigation."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Blazor enhanced navigation no longer preloads resources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Obsolete Blazor APIs removed"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where APIs that were marked obsolete in earlier Blazor releases have been removed."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Obsolete Blazor APIs removed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: ConcurrencyLimiter middleware removed"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where the Microsoft.AspNetCore.ConcurrencyLimiter package and middleware are removed. Use the rate-limiting middleware instead."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# ConcurrencyLimiter middleware removed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: ASP.NET Core hosting emits OpenTelemetry HTTP semantic-convention tags by default"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where the HTTP server Activity emits OpenTelemetry HTTP semantic-convention tags by default, the http.route tag uses literal default values for conventional routes, and Activity.StatusDescription is no longer set on exceptions."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# ASP.NET Core hosting emits OpenTelemetry HTTP semantic-convention tags by default
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Kestrel tightens HTTP protocol compliance"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where Kestrel rejects additional HTTP/2 and HTTP/3 connection-specific headers and closes HTTP/1.1 connections after a request with both Content-Length and Transfer-Encoding."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Kestrel tightens HTTP protocol compliance
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/breaking-changes/11/microsoft-openapi-3x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Microsoft.OpenApi upgraded to 3.x"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where Microsoft.AspNetCore.OpenApi takes a dependency on Microsoft.OpenApi 3.x. Document and operation transformers might need updates."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Microsoft.OpenApi upgraded to 3.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: OpenAPI server URL no longer has a trailing slash when PathBase is empty"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where the generated OpenAPI document's servers[0].url no longer ends with a trailing slash when the request PathBase is empty."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# OpenAPI server URL no longer has a trailing slash when PathBase is empty
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/breaking-changes/11/overview.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Breaking changes in ASP.NET Core 11
ai-usage: ai-assisted
titleSuffix: ""
description: Navigate to the breaking changes in ASP.NET Core 11.
ms.date: 06/04/2026
ai-usage: ai-assisted
no-loc: [Blazor, Kestrel, SignalR]
---
# Breaking changes in ASP.NET Core 11
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Passkey sign-in enforces email/phone confirmation and lockout"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where PasskeySignInAsync calls PreSignInCheck so that confirmed-email, confirmed-phone, and lockout requirements are honored."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Passkey sign-in enforces email/phone confirmation and lockout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: Response compression always emits Vary: Accept-Encoding"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where the response compression middleware always appends Vary: Accept-Encoding to responses it sees, even when no compression was applied."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# Response compression always emits Vary: Accept-Encoding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: SqlClient Active Directory authentication moved to a separate package"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where Microsoft.Data.SqlClient 7.x extracts Active Directory authentication providers into the Microsoft.Data.SqlClient.Extensions.Azure package."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# SqlClient Active Directory authentication moved to a separate package
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Breaking change: WebAssemblyHostBuilder loads environment variables into IConfiguration"
ai-usage: ai-assisted
description: "Learn about the breaking change in ASP.NET Core 11 where WebAssemblyHostBuilder.CreateDefault adds environment variables to IConfiguration by default."
ms.date: 06/04/2026
ai-usage: ai-assisted
---

# WebAssemblyHostBuilder loads environment variables into IConfiguration
Expand Down
Loading