Version Used: 3.3.1
Steps to Reproduce:
- Set
CompilationOptions.ReportSuppressedDiagnostics to false
- Get a
CompilationWithAnalyzers
- Call
GetAllDiagnosticsAsync()
Expected Behavior:
The suppressed diagnostics are not included in the result.
Actual Behavior:
The suppressed diagnostics are included in the result.
Version Used: 3.3.1
Steps to Reproduce:
CompilationOptions.ReportSuppressedDiagnosticsto falseCompilationWithAnalyzersGetAllDiagnosticsAsync()Expected Behavior:
The suppressed diagnostics are not included in the result.
Actual Behavior:
The suppressed diagnostics are included in the result.