dotnet/roslyn
`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`
Aberta
#55.527 aberto em 10 de ago. de 2021
Area-CompilersConcept-Continuous Improvementhelp wanted
Métricas do repositório
- Stars
- (20.414 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)
Description
namespace MyApp
{
public class @new { }
}
DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new