|
24 | 24 | <Rule Id="AV2318" Action="Warning" />
|
25 | 25 | </Rules>
|
26 | 26 | <Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
|
| 27 | + <Rule Id="CA1027" Action="Warning" /> |
| 28 | + <Rule Id="CA1033" Action="Warning" /> |
| 29 | + <Rule Id="CA1062" Action="Warning" /> |
| 30 | + <Rule Id="CA1063" Action="Warning" /> |
| 31 | + <Rule Id="CA1064" Action="Warning" /> |
| 32 | + <Rule Id="CA1065" Action="Warning" /> |
| 33 | + <Rule Id="CA1066" Action="Warning" /> |
27 | 34 | <Rule Id="CA1305" Action="None" />
|
28 | 35 | <Rule Id="CA1716" Action="None" />
|
29 | 36 | <Rule Id="CA1720" Action="None" />
|
30 | 37 | <Rule Id="CA1725" Action="None" />
|
31 | 38 | <Rule Id="CA1810" Action="Warning" />
|
32 | 39 | <Rule Id="CA1820" Action="Warning" />
|
33 | 40 | <Rule Id="CA1822" Action="None" />
|
34 |
| - <Rule Id="CA1033" Action="Warning" /> |
35 |
| - <Rule Id="CA1027" Action="Warning" /> |
36 |
| - <Rule Id="CA1062" Action="Warning" /> |
37 |
| - <Rule Id="CA1063" Action="Warning" /> |
38 |
| - <Rule Id="CA1064" Action="Warning" /> |
39 |
| - <Rule Id="CA1065" Action="Warning" /> |
40 |
| - <Rule Id="CA1066" Action="Warning" /> |
41 | 41 | <Rule Id="CA1849" Action="Warning" />
|
42 | 42 | <Rule Id="CA2000" Action="Warning" />
|
43 | 43 | <Rule Id="CA2119" Action="Warning" />
|
|
0 commit comments