Represents an instance of a diagnostic suppression, including an optional filter delegate.
Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface ISuppression
Properties
Name | Description |
---|---|
Definition | Gets the definition of the suppression, containing the ID of the diagnostic to be suppressed. |
Filter | Gets the optional filter delegate that will be applied to the diagnostics. |