Skip to content

Commit 4865c84

Browse files
committed
Update to released SDK
As part of this we need to disable a roslyn analyzer to workaround dotnet/roslyn-analyzers#1804.
1 parent ed4e3ea commit 4865c84

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CodeAnalysis.ruleset

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@
3535
<Rule Id="CA5350" Action="Error" /> <!-- Do not use Weak/Broken cryptographic algorithms -->
3636
<Rule Id="CA5351" Action="Error" />
3737
</Rules>
38-
</RuleSet>
38+
<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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.401-preview-009081
1+
2.1.401

0 commit comments

Comments
 (0)