dotnet/roslyn

C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic

オープン

#10,843 opened on 2016/04/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-CompilersBugLanguage-C#help wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド