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 ed4e3ea commit 4865c84Copy full SHA for 4865c84
CodeAnalysis.ruleset
@@ -35,4 +35,8 @@
35
<Rule Id="CA5350" Action="Error" /> <!-- Do not use Weak/Broken cryptographic algorithms -->
36
<Rule Id="CA5351" Action="Error" />
37
</Rules>
38
-</RuleSet>
+ <Rules AnalyzerId="Microsoft.AnalyzerPowerPack.CSharp" RuleNamespace="Microsoft.AnalyzerPowerPack.CSharp">
39
+ <!-- Disable analyzer warning 1821 until https://github.com/dotnet/roslyn-analyzers/issues/1804 is resolved -->
40
+ <Rule Id="CA1821" Action="None" />
41
+ </Rules>
42
+</RuleSet>
DotnetCLIVersion.txt
@@ -1 +1 @@
1
-2.1.401-preview-009081
+2.1.401
0 commit comments