dotnet/roslyn

C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic

Open

#10,843 创建于 2016年4月25日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-CompilersBugLanguage-C#help wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 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.

贡献者指南