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.

贡献者指南