Skip to content

Commit

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

0 comments on commit 94d3f5d

Please sign in to comment.