Class WellKnownDiagnosticTags
A class with common diagnostic tags.
Inheritance
System.Object
WellKnownDiagnosticTags
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Loretta.CodeAnalysis
Assembly: Loretta.CodeAnalysis.dll
Syntax
public static class WellKnownDiagnosticTags
Fields
| Improve this Doc View SourceBuild
Indicates that the diagnostic is related to build.
Declaration
public const string Build = "Build"
Field Value
Type | Description |
---|---|
System.String |
Compiler
Indicates that the diagnostic is reported by the compiler.
Declaration
public const string Compiler = "Compiler"
Field Value
Type | Description |
---|---|
System.String |
NotConfigurable
Indicates that the diagnostic is not configurable, i.e. it cannot be suppressed or filtered or have its severity changed.
Declaration
public const string NotConfigurable = "NotConfigurable"
Field Value
Type | Description |
---|---|
System.String |
Unnecessary
Indicates that the diagnostic is related to some unnecessary source code.
Declaration
public const string Unnecessary = "Unnecessary"
Field Value
Type | Description |
---|---|
System.String |