Skip to content

Move CSRF .NET 11 guidance into the 10-to-11 migration article#37343

Closed
tdykstra with Copilot wants to merge 2 commits into
mainfrom
copilot/update-csrf-support-article
Closed

Move CSRF .NET 11 guidance into the 10-to-11 migration article#37343
tdykstra with Copilot wants to merge 2 commits into
mainfrom
copilot/update-csrf-support-article

Conversation

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

The "Adopt automatic CSRF protection in .NET 11" article was a standalone TOC node, but per the version-update TOC convention, the "10 to 11" node should be the single source of truth for everything needed in that upgrade.

Changes

  • aspnetcore/migration/100-to-110.md — Added ## Adopt automatic CSRF protection section containing the full content from the deleted article; heading levels shifted (H2→H3, H3→H4) to fit the new nesting context
  • aspnetcore/migration/antiforgery-to-csrf.md — Deleted
  • aspnetcore/toc.yml — Removed the standalone CSRF TOC node; "Version updates" now follows "Overview" directly
  • .openpublishing.redirection.json — Added redirect: aspnetcore/migration/antiforgery-to-csrf.md/aspnet/core/migration/100-to-110
  • aspnetcore/security/csrf-protection.md — Updated three xref:migration/antiforgery-to-csrf references → xref:migration/100-to-110
  • aspnetcore/breaking-changes/11/blazor-server-side-rendering-deferred-cross-site-request-forgery-protection.md — Updated one xref:migration/antiforgery-to-csrf reference → xref:migration/100-to-110

Internal previews

📄 File 🔗 Preview link
aspnetcore/breaking-changes/11/blazor-server-side-rendering-deferred-cross-site-request-forgery-protection.md aspnetcore/breaking-changes/11/blazor-server-side-rendering-deferred-cross-site-request-forgery-protection
aspnetcore/migration/100-to-110.md aspnetcore/migration/100-to-110
aspnetcore/security/csrf-protection.md aspnetcore/security/csrf-protection
aspnetcore/toc.yml aspnetcore/toc

Copilot AI changed the title [WIP] Add section for .NET 11 CSRF support in upgrade article Move CSRF .NET 11 guidance into the 10-to-11 migration article Jul 13, 2026
Copilot AI requested a review from tdykstra July 13, 2026 23:43
@tdykstra
tdykstra marked this pull request as ready for review July 13, 2026 23:57
@tdykstra
tdykstra requested a review from danroth27 July 14, 2026 15:16
@tdykstra

Copy link
Copy Markdown
Contributor

Closing as duplicate of #37329
Both PRs were intended to address the same user suggestion. The two PRs were created about a day or two apart and the other one was not noticed when this one was created because there was no issue found for it and we were only scanning issues.

@tdykstra tdykstra closed this Jul 15, 2026
@tdykstra
tdykstra deleted the copilot/update-csrf-support-article branch July 15, 2026 21:15
@tdykstra
tdykstra removed the request for review from danroth27 July 15, 2026 21:17
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.

Article on updating to .NET 11 CSRF support should be a section in existing 10 to 11 update article

2 participants