Skip to content

Commit

Permalink
chore: Ignore CA1859
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Jan 8, 2024
1 parent 3a3ae2c commit 15e83de
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 @@ -28,7 +28,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<NoWarn>CS0618,CS1591,SA0001,SA1600,SA1633,SA1649</NoWarn>
<NoWarn>CS0618,CS1591,SA0001,SA1600,SA1633,SA1649,CA1859</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 15e83de

Please sign in to comment.