13 lines
595 B
XML
13 lines
595 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="New Rule Set" Description=" " ToolsVersion="17.0">
|
|
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
|
<Rule Id="CA1801" Action="Warning" />
|
|
<Rule Id="CA1804" Action="Warning" />
|
|
<Rule Id="CA1811" Action="Warning" />
|
|
<Rule Id="CA1812" Action="Warning" />
|
|
<Rule Id="CA1823" Action="Warning" />
|
|
</Rules>
|
|
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
|
|
<Rule Id="C6259" Action="Warning" />
|
|
</Rules>
|
|
</RuleSet> |