-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
KGySoft.Drawing.ruleset
63 lines (63 loc) · 2.66 KB
/
KGySoft.Drawing.ruleset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for KGySoft.Drawing" Description="Code analysis rules for KGy SODT Drawing Libraries." ToolsVersion="16.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1000" Action="None" />
<Rule Id="CA1006" Action="None" />
<Rule Id="CA1007" Action="None" />
<Rule Id="CA1011" Action="None" />
<Rule Id="CA1021" Action="None" />
<Rule Id="CA1024" Action="None" />
<Rule Id="CA1026" Action="None" />
<Rule Id="CA1031" Action="Error" />
<Rule Id="CA1033" Action="None" />
<Rule Id="CA1305" Action="Error" />
<Rule Id="CA1502" Action="Warning" />
<Rule Id="CA1702" Action="None" />
<Rule Id="CA1703" Action="None" />
<Rule Id="CA1704" Action="None" />
<Rule Id="CA1709" Action="None" />
<Rule Id="CA1710" Action="None" />
<Rule Id="CA1716" Action="None" />
<Rule Id="CA1720" Action="None" />
<Rule Id="CA1726" Action="None" />
<Rule Id="CA1819" Action="Warning" />
<Rule Id="CA1822" Action="Error" />
<Rule Id="CA2122" Action="None" />
<Rule Id="CA2130" Action="Error" />
<Rule Id="CA2131" Action="Error" />
<Rule Id="CA2140" Action="Error" />
<Rule Id="CA2141" Action="Error" />
<Rule Id="CA2149" Action="Error" />
<Rule Id="CA2151" Action="Error" />
<Rule Id="CA2204" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
<Rule Id="CS3000" Action="Error" />
<Rule Id="CS3001" Action="Error" />
<Rule Id="CS3002" Action="Error" />
<Rule Id="CS3003" Action="Error" />
<Rule Id="CS3005" Action="Error" />
<Rule Id="CS3006" Action="Error" />
<Rule Id="CS3007" Action="Error" />
<Rule Id="CS3008" Action="Error" />
<Rule Id="CS3009" Action="Error" />
<Rule Id="CS3010" Action="Error" />
<Rule Id="CS3011" Action="Error" />
<Rule Id="CS3014" Action="Error" />
<Rule Id="CS3015" Action="Error" />
<Rule Id="CS3016" Action="Error" />
<Rule Id="CS3018" Action="Error" />
<Rule Id="CS3024" Action="Error" />
<Rule Id="CS3026" Action="Error" />
<Rule Id="CS3027" Action="Error" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0028" Action="None" />
<Rule Id="IDE0063" Action="None" />
<Rule Id="IDE0066" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeQuality.CSharp.Analyzers" RuleNamespace="Microsoft.CodeQuality.CSharp.Analyzers">
<Rule Id="CA1200" Action="None" />
</Rules>
</RuleSet>