You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
603 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RuleSet Name="AlphaFS Ruleset" 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="4.0">
  3. <IncludeAll Action="Warning" />
  4. <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
  5. <Rule Id="CA1300" Action="None" />
  6. </Rules>
  7. </RuleSet>