SuppressionDefinition(string, string?)
Initializes a new instance of the SuppressionDefinition class.
Declaration
public SuppressionDefinition(string suppressedDiagnosticId, string? justification = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | suppressedDiagnosticId | The ID of the diagnostic to be suppressed (e.g. |
| string | justification | Optional justification for the suppression. |