From 63d9f9a13fbd1a41cb322372ff4766e915869e33 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Thu, 31 Oct 2019 13:36:52 -0400 Subject: [PATCH] Disable another static analysis rule (dotnet/corefxdotnet/coreclr#42265) Signed-off-by: dotnet-bot Commit migrated from https://github.com/dotnet/coreclr/commit/25520b174be2a8584e9d016a1eaa06b6120c8d6a --- src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset b/src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset index 14b8f2b..cca9644 100644 --- a/src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset +++ b/src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset @@ -52,6 +52,7 @@ + -- 2.7.4