dotnet/roslyn
`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`
オープン
#55,527 opened on 2021/08/10
Area-CompilersConcept-Continuous Improvementhelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
namespace MyApp
{
public class @new { }
}
DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new