Table of Contents

Enum CodeAnalysisConfiguration.Configure.MessageSeverity

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents the severity of a message.

public enum CodeAnalysisConfiguration.Configure.MessageSeverity
Extension Methods

Fields

Error = 2

An error message.

Information = 0

An information message.

Warning = 1

A warning message.