Class CodeAnalysisConfiguration.Configure
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Configures the severity of an analysis message.
[Serializable]
public class CodeAnalysisConfiguration.Configure : ConfigObject
- Inheritance
-
CodeAnalysisConfiguration.Configure
- Inherited Members
- Extension Methods
Constructors
Configure(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public Configure(PropertyStore store)
Parameters
storePropertyStore
Properties
Code
Specifies the code of the message to configure.
public string Code { get; set; }
Property Value
Severity
Sets the severity of all messages with a code matching Code.
public CodeAnalysisConfiguration.Configure.MessageSeverity Severity { get; set; }