Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

7 Zeilen
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>