forked from Windower/ResourceExtractor
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeanalysis.ruleset
More file actions
Latest commit
7 lines (7 loc) · 608 Bytes
/
Copy pathcodeanalysis.ruleset
File metadata and controls
7 lines (7 loc) · 608 Bytes
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<RuleSetName="Code Analysis Rules"Description="This rule set contains all rules. Running this rule set may result in a large number of warnings being reported. Use this rule set to get a comprehensive picture of all issues in your code. This can help you decide which of the more focused rule sets are most appropriate to run for your projects."ToolsVersion="10.0">
<IncludeAllAction="Warning" />
<RulesAnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis"RuleNamespace="Microsoft.Rules.Managed">
<RuleId="CA1303"Action="None" />
</Rules>
</RuleSet>