-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
CodingGuidelines.ruleset
54 lines (54 loc) · 2.31 KB
/
CodingGuidelines.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
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Coding Guidelines" Description=" " ToolsVersion="17.0">
<Rules AnalyzerId="CSharpGuidelinesAnalyzer" RuleNamespace="CSharpGuidelinesAnalyzer">
<Rule Id="AV1008" Action="Warning" />
<Rule Id="AV1135" Action="None" />
<Rule Id="AV1500" Action="None" />
<Rule Id="AV1505" Action="Warning" />
<Rule Id="AV1506" Action="Warning" />
<Rule Id="AV1507" Action="Warning" />
<Rule Id="AV1536" Action="None" />
<Rule Id="AV1537" Action="None" />
<Rule Id="AV1551" Action="None" />
<Rule Id="AV1564" Action="None" />
<Rule Id="AV1568" Action="Warning" />
<Rule Id="AV1580" Action="None" />
<Rule Id="AV1704" Action="None" />
<Rule Id="AV1710" Action="None" />
<Rule Id="AV1711" Action="None" />
<Rule Id="AV1738" Action="Warning" />
<Rule Id="AV1739" Action="Warning" />
<Rule Id="AV1745" Action="Warning" />
<Rule Id="AV2220" Action="Warning" />
<Rule Id="AV2230" Action="Info" />
<Rule Id="AV2305" Action="None" />
<Rule Id="AV2318" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
<Rule Id="CA1027" Action="Warning" />
<Rule Id="CA1033" Action="Warning" />
<Rule Id="CA1062" Action="Warning" />
<Rule Id="CA1063" Action="Warning" />
<Rule Id="CA1064" Action="Warning" />
<Rule Id="CA1065" Action="Warning" />
<Rule Id="CA1066" Action="Warning" />
<Rule Id="CA1305" Action="None" />
<Rule Id="CA1716" Action="None" />
<Rule Id="CA1720" Action="None" />
<Rule Id="CA1725" Action="None" />
<Rule Id="CA1810" Action="Warning" />
<Rule Id="CA1820" Action="Warning" />
<Rule Id="CA1822" Action="None" />
<Rule Id="CA1849" Action="Warning" />
<Rule Id="CA2000" Action="Warning" />
<Rule Id="CA2119" Action="Warning" />
<Rule Id="CA2207" Action="Warning" />
<Rule Id="CA2217" Action="Warning" />
</Rules>
<Rules AnalyzerId="System.Text.RegularExpressions.Generator" RuleNamespace="System.Text.RegularExpressions.Generator">
<Rule Id="SYSLIB1045" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.CSharp.NetAnalyzers">
<Rule Id="CA1508" Action="Info" />
</Rules>
</RuleSet>