CodeAnalysisRuleSettings.DisableRulesNotInSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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