We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff26663 commit 9633738Copy full SHA for 9633738
1 file changed
build/Test.ruleset
@@ -39,6 +39,8 @@
39
<!-- Call ConfigureAwait - shouldn't in test libraries; XUnit has opposing analyzer. -->
40
<Rule Id="CA2007" Action="None" />
41
<!-- Implement serialization constructors - false positive in .NET Core. -->
42
+ <!-- Do not raise reserved exception types - tests use generic exceptions for simulation. -->
43
+ <Rule Id="CA2201" Action="None" />
44
<Rule Id="CA2229" Action="None" />
45
<!-- Use Uri instead of string parameters - strings are easier for testing. -->
46
<Rule Id="CA2234" Action="None" />
0 commit comments