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 1a3eefd commit 25520b1Copy full SHA for 25520b1
src/System.Private.CoreLib/shared/CodeAnalysis.ruleset
@@ -52,6 +52,7 @@
52
<Rule Id="CA1822" Action="None" /> <!-- Mark members as static -->
53
<Rule Id="CA1827" Action="None" /> <!-- Do not use Count() when Any() can be used -->
54
<Rule Id="CA2000" Action="None" /> <!-- Dispose objects before losing scope -->
55
+ <Rule Id="CA2002" Action="None" /> <!-- Do not lock on objects with weak identity -->
56
<Rule Id="CA2010" Action="None" /> <!-- Always consume the value returned by methods marked with PreserveSigAttribute -->
57
<Rule Id="CA2100" Action="None" /> <!-- Review SQL queries for security vulnerabilities -->
58
<Rule Id="CA2101" Action="None" /> <!-- Specify marshaling for P/Invoke string arguments -->
0 commit comments