dotnet/roslyn

`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`

Aperta

#55.527 aperta il 10 ago 2021

 (3 commenti) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-CompilersConcept-Continuous Improvementhelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

namespace MyApp
{
    public class @new { }
}

DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new

Guida contributor