|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <RuleSet Name="Coding Guidelines" Description=" " ToolsVersion="17.0"> |
3 | | - <Rules AnalyzerId="CSharpGuidelinesAnalyzer" RuleNamespace="CSharpGuidelinesAnalyzer"> |
4 | | - <Rule Id="AV1008" Action="Warning" /> |
5 | | - <Rule Id="AV1135" Action="None" /> |
6 | | - <Rule Id="AV1500" Action="None" /> |
7 | | - <Rule Id="AV1505" Action="Warning" /> |
8 | | - <Rule Id="AV1506" Action="Warning" /> |
9 | | - <Rule Id="AV1507" Action="Warning" /> |
10 | | - <Rule Id="AV1536" Action="None" /> |
11 | | - <Rule Id="AV1537" Action="None" /> |
12 | | - <Rule Id="AV1551" Action="None" /> |
13 | | - <Rule Id="AV1564" Action="None" /> |
14 | | - <Rule Id="AV1568" Action="Warning" /> |
15 | | - <Rule Id="AV1580" Action="None" /> |
16 | | - <Rule Id="AV1704" Action="None" /> |
17 | | - <Rule Id="AV1710" Action="None" /> |
18 | | - <Rule Id="AV1711" Action="None" /> |
19 | | - <Rule Id="AV1738" Action="Warning" /> |
20 | | - <Rule Id="AV1739" Action="Warning" /> |
21 | | - <Rule Id="AV1745" Action="Warning" /> |
22 | | - <Rule Id="AV2220" Action="Warning" /> |
23 | | - <Rule Id="AV2230" Action="Info" /> |
24 | | - <Rule Id="AV2305" Action="None" /> |
25 | | - <Rule Id="AV2318" Action="Warning" /> |
26 | | - </Rules> |
27 | 3 | <Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers"> |
28 | 4 | <Rule Id="CA1027" Action="Warning" /> |
29 | 5 | <Rule Id="CA1033" Action="Warning" /> |
|
0 commit comments