dotnet/roslyn

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

開放

#55,527 建立於 2021年8月10日

 (3 則留言) (0 個反應) (0 位負責人)C# (4,257 個分叉)batch import
Area-CompilersConcept-Continuous Improvementhelp wanted

倉庫指標

星標
 (20,414 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

namespace MyApp
{
    public class @new { }
}

DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new

貢獻者指南