dotnet/roslyn
`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`
Open
#55,527 opened on Aug 10, 2021
Area-CompilersConcept-Continuous Improvementhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
namespace MyApp
{
public class @new { }
}
DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new