Skip to content

Conversation

@gewarren
Copy link
Contributor

No description provided.

Copy link
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.

Pull request overview

This PR fixes build warnings in XML documentation files by correcting the format of cross-reference links to generic types. The changes update xref references from URL-encoded format (%60%601) to the proper backtick format (`1) for generic type parameters.

  • Updated xref references for generic attributes to use the correct backtick syntax
  • Ensured consistency across multiple attribute references in documentation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
xml/System.Runtime.InteropServices/TypeMapAttribute`1.xml Fixed xref references to use backtick syntax for generic types in lines 44 and 68
xml/System.Runtime.InteropServices/TypeMapAssociationAttribute`1.xml Fixed xref references to use backtick syntax for generic types in lines 40 and 65

The changes are correct and address the build warnings appropriately. All xref references now use the proper format for referencing generic types in XML documentation, and the referenced type names are accurate.

@gewarren gewarren merged commit 89ef5f3 into dotnet:main Dec 11, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants