Share via


WellKnownDiagnosticTags.CustomSeverityConfigurable Field

Definition

Indicates that the analyzer reporting the diagnostic supports custom severity configuration mechanism(s) to allow end users to configure effective severity of the diagnostic. Such analyzers are always considered to be enabled by the compiler and always receive analyzer callbacks. Additionally, severity of the diagnostics reported with this custom tag is not altered by analyzer config options to configure severity, i.e. 'dotnet_diagnostic' and 'dotnet_analyzer_diagnostic' entries.

public const string CustomSeverityConfigurable;
val mutable CustomSeverityConfigurable : string
Public Const CustomSeverityConfigurable As String 

Field Value

Remarks

See https://github.com/dotnet/roslyn/issues/52991 for further details.

Applies to