CodeAnalysisRuleSettings.TreatRuleProblemAsWarning(String) Method
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.
Treat any problems found a rule as warnings
public void TreatRuleProblemAsWarning (string ruleId);
member this.TreatRuleProblemAsWarning : string -> unit
Public Sub TreatRuleProblemAsWarning (ruleId As String)
Parameters
- ruleId
- String
Fully qualified Id for the rule
Exceptions
If the ruleId
is null or whitespace