Skip to content

Commit

Permalink
Disable CA1668
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabros committed Jan 24, 2024
1 parent 974ba53 commit 5dd8e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<NoWarn>CS1591</NoWarn>
<NoWarn>CS1591;CS1668</NoWarn>

</PropertyGroup>

Expand Down

0 comments on commit 5dd8e1b

Please sign in to comment.