dotnet/roslyn
Skip documents whose content failed to load from analysis
オープン
#41,661 opened on 2020/02/13
Area-AnalyzersConcept-Continuous Improvementhelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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.