dotnet/roslyn
`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`
Aperta
#55.527 aperta il 10 ago 2021
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