Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2021-11-14 15:07:47 +0300
committerGitHub <noreply@github.com>2021-11-14 15:07:47 +0300
commita3b186b9904844b8001d4bb5d7474f2591ee96d9 (patch)
tree45ad06c7c8c775a5942ff98b29ec6da2166b9e7f /eng/CodeAnalysis.test.globalconfig
parentedd64670617223c473051921268c4fc1962407a0 (diff)
Enable new analyzers in global configs (#60914)
* Enable new analyzers in global configs * Address PR feedback
Diffstat (limited to 'eng/CodeAnalysis.test.globalconfig')
-rw-r--r--eng/CodeAnalysis.test.globalconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/eng/CodeAnalysis.test.globalconfig b/eng/CodeAnalysis.test.globalconfig
index 5f31263bf86..572310d3b86 100644
--- a/eng/CodeAnalysis.test.globalconfig
+++ b/eng/CodeAnalysis.test.globalconfig
@@ -384,6 +384,12 @@ dotnet_diagnostic.CA1847.severity = none
# CA1848: Use the LoggerMessage delegates
dotnet_diagnostic.CA1848.severity = none
+# CA1849: Call async methods when in an async method
+dotnet_diagnostic.CA1849.severity = none
+
+# CA1850: Prefer static 'HashData' method over 'ComputeHash'
+dotnet_diagnostic.CA1850.severity = none
+
# CA2000: Dispose objects before losing scope
dotnet_diagnostic.CA2000.severity = none