dotnet/roslyn
C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic
Aperta
#10.843 aperta il 25 apr 2016
Area-CompilersBugLanguage-C#help wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.