forked from viciousviper/DokanCloudFS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestAssemblies.ruleset
More file actions
18 lines (18 loc) · 1.12 KB
/
TestAssemblies.ruleset
File metadata and controls
18 lines (18 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="IgorSoft TestAssemblies" Description="Dieser Regelsatz enthält alle Regeln. Das Ausführen dieses Regelsatzes führt möglicherweise zu einer hohen Anzahl gemeldeter Warnungen. Verwenden Sie diesen Regelsatz, um einen Überblick über alle Probleme in Ihrem Code zu erhalten. Dies kann Ihnen bei der Entscheidung behilflich sein, welche der spezifischeren Regelsätze für Ihre Projekte am besten geeignet sind." ToolsVersion="14.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1305" Action="None" />
<Rule Id="CA1506" Action="None" />
<Rule Id="CA1703" Action="None" />
<Rule Id="CA1707" Action="None" />
<Rule Id="CA1806" Action="None" />
<Rule Id="CA1811" Action="None" />
<Rule Id="CA2000" Action="None" />
<Rule Id="CA2201" Action="None" />
</Rules>
<Rules AnalyzerId="Pihrtsoft.CodeAnalysis.CSharp" RuleNamespace="Pihrtsoft.CodeAnalysis.CSharp">
<Rule Id="RCS1047" Action="None" />
</Rules>
</RuleSet>