Skip to content

Commit a2a7199

Browse files
Ignore CA1515
Ignore the CA1515 analyser rule added for .NET 9.
1 parent 54d507f commit a2a7199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Logging.XUnit.ruleset

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<IncludeAll Action="Warning" />
44
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
55
<Rule Id="CA1303" Action="None" />
6+
<Rule Id="CA1515" Action="None" />
67
</Rules>
78
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
89
<Rule Id="AD0001" Action="None" />

0 commit comments

Comments
 (0)