dotnet/roslyn

C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic

開放

#10,843 建立於 2016年4月25日

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

倉庫指標

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

描述

It calls CheckFullName method that doesn't check which containers should be types and which should be namespaces. It also doesn't make sure the whole containership hierarchy is checked.

貢獻者指南