mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 02:13:38 +09:00
Re-disable CA2010 (#32872)
Apparently there were missed warnings that are now being treated as errors due to a PR that raced with mine yesterday to update the CodeAnalysis.ruleset file.
This commit is contained in:
parent
8ddc3e1145
commit
864b84f6af
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
<Rule Id="CA2007" Action="Warning" /> <!-- Consider calling ConfigureAwait on the awaited task -->
|
||||
<Rule Id="CA2008" Action="Warning" /> <!-- Do not create tasks without passing a TaskScheduler -->
|
||||
<Rule Id="CA2009" Action="Warning" /> <!-- Do not call ToImmutableCollection on an ImmutableCollection value -->
|
||||
<Rule Id="CA2010" Action="Warning" /> <!-- Always consume the value returned by methods marked with PreserveSigAttribute -->
|
||||
<Rule Id="CA2010" Action="None" /> <!-- Always consume the value returned by methods marked with PreserveSigAttribute -->
|
||||
<Rule Id="CA2011" Action="Warning" /> <!-- Avoid infinite recursion -->
|
||||
<Rule Id="CA2012" Action="Warning" /> <!-- Use ValueTasks correctly -->
|
||||
<Rule Id="CA2100" Action="None" /> <!-- Review SQL queries for security vulnerabilities -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue