Search Results for

    Show / Hide Table of Contents

    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 Source

    Build

    Indicates that the diagnostic is related to build.

    Declaration
    public const string Build = "Build"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Compiler

    Indicates that the diagnostic is reported by the compiler.

    Declaration
    public const string Compiler = "Compiler"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Unnecessary

    Indicates that the diagnostic is related to some unnecessary source code.

    Declaration
    public const string Unnecessary = "Unnecessary"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾