dotnet/roslyn
C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic
开放
#10,843 创建于 2016年4月25日
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.