File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 193
193
<Rule Id =" CA1816" Action =" Error" />
194
194
195
195
<!-- Review unused parameters https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1801 -->
196
- <Rule Id =" CA1801" Action =" Warning " />
196
+ <Rule Id =" CA1801" Action =" None " />
197
197
198
198
<!-- Rethrow to preserve stack details https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2200 -->
199
199
<Rule Id =" CA2200" Action =" Warning" />
228
228
<!-- Do not declare visible instance fields https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1051 -->
229
229
<Rule Id =" CA1051" Action =" Warning" />
230
230
231
+ <!-- Static holder types should be Static or NotInheritable https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1052 -->
232
+ <Rule Id =" CA1052" Action =" None" />
233
+
231
234
<!-- URI parameters should not be strings https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1054 -->
232
- <Rule Id =" CA1054" Action =" Warning " />
235
+ <Rule Id =" CA1054" Action =" None " />
233
236
234
237
<!-- Validate arguments of public methods https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1062 -->
235
238
<Rule Id =" CA1062" Action =" Warning" />
You can’t perform that action at this time.
0 commit comments