dotnet/roslyn

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

オープン

#55,527 opened on 2021/08/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
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

コントリビューターガイド