dotnet/roslyn
Skip documents whose content failed to load from analysis
Offen
#41.661 geöffnet am 13.02.2020
Area-AnalyzersConcept-Continuous Improvementhelp wanted
Repository-Metriken
- Stars
- (20.414 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)
Beschreibung
Analyzers shouldn't be run on documents (syntax trees) with load failures. These should be treated as generated files (they are empty).
Follow up on https://github.com/dotnet/roslyn/pull/40815.