Cross-reference ASP.NET Core 11 breaking changes from the .NET 11 overview#54188
Open
halter73 wants to merge 2 commits into
Open
Cross-reference ASP.NET Core 11 breaking changes from the .NET 11 overview#54188halter73 wants to merge 2 commits into
halter73 wants to merge 2 commits into
Conversation
Adds 12 new per-entry pages under docs/core/compatibility/aspnetcore/11/ covering the ASP.NET Core breaking changes that have shipped in .NET 11 previews so far, replaces the commented-out ASP.NET Core block in 11.md with a real section and table, and adds the new pages to toc.yml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot stopped reviewing on behalf of
halter73 due to an error
June 4, 2026 19:41
Contributor
@halter73 We moved the ASP.NET Core breaking changes to the dotnet/AspNetCore.Docs repo, so these files should go there instead. |
The ASP.NET Core breaking-change content should live in dotnet/AspNetCore.Docs and be cross-referenced from here, matching the .NET 10 pattern in 10.md. Replaces the 12-row table with a single link to /aspnet/core/breaking-changes/11/overview, reverts the toc.yml additions, and removes the per-entry pages that were created in the previous commit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Ported to dotnet/AspNetCore.Docs#37228. Planning to close this one once that merges. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a one-line ASP.NET Core section to
docs/core/compatibility/11.mdthat links to/aspnet/core/breaking-changes/11/overview, mirroring the .NET 10 pattern in 10.md.The authoritative ASP.NET Core breaking-change content lives in
dotnet/AspNetCore.Docs; the companion PR with the actual per-entry pages is dotnet/AspNetCore.Docs#37228.Coordination
This PR should not be merged until dotnet/AspNetCore.Docs#37228 is merged (or at minimum has a stable target URL). Otherwise the cross-reference will 404 for users until the port lands.
History
An earlier revision of this PR added 12 per-entry pages under
docs/core/compatibility/aspnetcore/11/directly indotnet/docs, on the assumption that .NET 11 should follow the same "author in dotnet/docs during preview, port to AspNetCore.Docs at GA" pattern that was used for .NET 10. Per reviewer feedback, the right approach is to author in AspNetCore.Docs from the start and cross-reference from here. This revision removes those 12 pages and the correspondingtoc.ymladditions, leaving only the cross-reference. The content of the deleted pages was moved to dotnet/AspNetCore.Docs#37228.Internal previews