dotnet/roslyn

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

Offen

#55.527 geöffnet am 10.08.2021

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-CompilersConcept-Continuous Improvementhelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

namespace MyApp
{
    public class @new { }
}

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

Contributor Guide