DiagnosticDefinition(string, Severity, string, string?, string?)
Initializes a new instance of the DiagnosticDefinition<T> class.
Declaration
public DiagnosticDefinition(string id, Severity severity, string messageFormat, string? title = null, string? category = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | id | An unique identifier for the diagnostic (e.g. |
| Severity | severity | The severity of the diagnostic. |
| string | messageFormat | The formatting string of the diagnostic message. |
| string | title | An optional short title for the diagnostic. If no value is provided for this parameter, |
| string | category | An optional category to which this diagnostic belong. The default value is |