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 5ba0a86 commit 2b85e23Copy full SHA for 2b85e23
next-gen/CodeAnalysis.ruleset
@@ -2,8 +2,6 @@
2
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
3
<Rule Id="CA1031" Action="None" /> <!-- Do not catch general exception types -->
4
<Rule Id="CA1303" Action="None" /> <!-- Do not pass literals as localized parameters -->
5
- <Rule Id="CA1515" Action="None" /> <!-- Consider making public types internal -->
6
- <Rule Id="CA2007" Action="None" /> <!-- Consider calling ConfigureAwait on the awaited task -->
7
</Rules>
8
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
9
<Rule Id="SA0001" Action="None" /> <!-- XML comments -->
0 commit comments