Skip to content

Commit d20fef0

Browse files
committed
Port 4865c849d582e24478f08a224aa1f915bfcfbcde to fix errors.
1 parent 35fb93c commit d20fef0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
From a1ec3cb7060eedf4f9842e8f749d4f6fc8470f8a Mon Sep 17 00:00:00 2001
2+
From: Chris Rummel <crummel@microsoft.com>
3+
Date: Wed, 24 Oct 2018 10:24:51 -0500
4+
Subject: [PATCH] Port 4865c849d582e24478f08a224aa1f915bfcfbcde to fix errors.
5+
6+
---
7+
CodeAnalysis.ruleset | 6 +++++-
8+
1 file changed, 5 insertions(+), 1 deletion(-)
9+
10+
diff --git a/CodeAnalysis.ruleset b/CodeAnalysis.ruleset
11+
index 2bf447f3f6..8920fd2575 100644
12+
--- a/CodeAnalysis.ruleset
13+
+++ b/CodeAnalysis.ruleset
14+
@@ -35,4 +35,8 @@
15+
<Rule Id="CA5350" Action="Error" /> <!-- Do not use Weak/Broken cryptographic algorithms -->
16+
<Rule Id="CA5351" Action="Error" />
17+
</Rules>
18+
-</RuleSet>
19+
+ <Rules AnalyzerId="Microsoft.AnalyzerPowerPack.CSharp" RuleNamespace="Microsoft.AnalyzerPowerPack.CSharp">
20+
+ <!-- Disable analyzer warning 1821 until https://github.com/dotnet/roslyn-analyzers/issues/1804 is resolved -->
21+
+ <Rule Id="CA1821" Action="None" />
22+
+ </Rules>
23+
+</RuleSet>
24+
\ No newline at end of file
25+
--
26+
2.18.0
27+

0 commit comments

Comments
 (0)