dotnet/roslyn
Auf GitHub ansehenC#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic
Open
#10.843 geöffnet am 25. Apr. 2016
Area-CompilersBugLanguage-C#help wanted
Repository-Metriken
- Stars
- (20.414 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)
Beschreibung
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.