dotnet/roslyn

C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic

Open

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

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C# (20,414 star) (4,257 fork)batch import
Area-CompilersBugLanguage-C#help wanted

描述

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.

貢獻者指南