-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Milestone
Description
There are several situations where it would be helpful for an analyzer, or an analyzer assembly, to have the ability to suppress diagnostics reported by another analyzer or as a warning by the compiler. For example:
- StyleCop Analyzers rule to "Use 'this.'" could automatically disable the IDE warning with the same intent
- Analyzers could suppress compiler warnings like CS1591 using application-specific logic
Such a "Diagnostic Filter" feature would likely run after analysis is complete, and be provided a list of reported diagnostics with the ability to suppress specific diagnostics. It would be helpful if the diagnostics were treated as suppressed in the Error List window, with the suppression source set to the name of the filter responsible for suppressing it.
Joe4evr, iam3yal, bondsbw, jnm2, RyotaMurohoshi and 6 more
Metadata
Metadata
Assignees
Type
Projects
Status
Complete