Performance regression in CompilationWithAnalyzers.GetAllDiagnosticsAsync and GetAnalyzerDiagnosticsAsync #10530
Labels
Area-Analyzers
Bug
Tenet-Performance
Regression in measured performance of the product from goals.
Urgency-Soon
Milestone
See discussion here
My initial guess is this is happening due to analyzer state tracking. Given that we need some new API on CompilationWithAnalyzers which runs analysis without any state tracking for the OOP work (#6846), we should also make these APIs run without any state tracking.
This issue tracks adding/changing these APIs and then verifying the performance regression from DotNetAnalyzers/StyleCopAnalyzers#2102 (comment)
The text was updated successfully, but these errors were encountered: