Skip to content

Un-encode characters in xref links (System.P/System.S/System.T)#12465

Open
gewarren wants to merge 3 commits intodotnet:mainfrom
gewarren:encoding-6
Open

Un-encode characters in xref links (System.P/System.S/System.T)#12465
gewarren wants to merge 3 commits intodotnet:mainfrom
gewarren:encoding-6

Conversation

@gewarren
Copy link
Copy Markdown
Contributor

  • Replace %60 with `
  • Replace %40 with @
  • Replace %2A with *
  • Replace %2C with ,
  • Replace %28 with (
  • Replace %29 with )
@github-actions github-actions bot added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Mar 30, 2026
@gewarren gewarren marked this pull request as ready for review March 31, 2026 20:53
@gewarren gewarren requested a review from a team as a code owner March 31, 2026 20:53
Copilot AI review requested due to automatic review settings March 31, 2026 20:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.

2 participants