dotnet/roslyn

C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic

Ouverte

#10 843 ouverte le 25 avr. 2016

 (0 commentaire) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-CompilersBugLanguage-C#help wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur