dotnet/roslyn
`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`
開放
#55,527 建立於 2021年8月10日
Area-CompilersConcept-Continuous Improvementhelp wanted
倉庫指標
- 星標
- (20,414 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
namespace MyApp
{
public class @new { }
}
DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new