dotnet/roslyn
Vedi su GitHubC#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic
Open
#10.843 aperta il 25 apr 2016
Area-CompilersBugLanguage-C#help wanted
Metriche repository
- Star
- (20.414 star)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
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.