Search Results for

    Show / Hide Table of Contents

    Enum DiagnosticSeverity

    Describes how severe a diagnostic is.

    Namespace: Loretta.CodeAnalysis
    Assembly: Loretta.CodeAnalysis.dll
    Syntax
    public enum DiagnosticSeverity

    Fields

    Name Description
    Error

    Something not allowed by the rules of the language or other authority.

    Hidden

    Something that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues.

    Info

    Information that does not indicate a problem (i.e. not prescriptive).

    Warning

    Something suspicious but allowed.

    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾