IRewriteStep.Diagnostic.Severity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the severity of the diagnostic. Generated diagnostics may be prioritized and filtered according to their severity.
public Microsoft.CodeAnalysis.DiagnosticSeverity Severity { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Severity : Microsoft.CodeAnalysis.DiagnosticSeverity with get, set
Public Property Severity As DiagnosticSeverity
Property Value
- Attributes