Skip to content

Commit

Permalink
Remove CA1515
Browse files Browse the repository at this point in the history
CA1515 is now disabled in the ruleset file.
  • Loading branch information
martincostello committed Jun 11, 2024
1 parent cfe8d1a commit 9b53cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<LangVersion>preview</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>en-US</NeutralLanguage>
<NoWarn>$(NoWarn);CA1515;CA1848</NoWarn>
<NoWarn>$(NoWarn);CA1848</NoWarn>
<Nullable>enable</Nullable>
<PackageIcon></PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 9b53cbd

Please sign in to comment.