CodeAnalysisRuleSettings.DisableRulesNotInSettings Property

Definition

Should rules not found in these settings be disabled? The default is "false", so that any rules not explicitly covered in the settings will still be run during analysis.

public bool DisableRulesNotInSettings { get; set; }
member this.DisableRulesNotInSettings : bool with get, set
Public Property DisableRulesNotInSettings As Boolean

Property Value

Applies to