Skip to content

Commit 94d3f5d

Browse files
committed
chore: Ignore CA1861
1 parent 15e83de commit 94d3f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<SignAssembly>true</SignAssembly>
2929
</PropertyGroup>
3030
<PropertyGroup>
31-
<NoWarn>CS0618,CS1591,SA0001,SA1600,SA1633,SA1649,CA1859</NoWarn>
31+
<NoWarn>CS0618,CS1591,SA0001,SA1600,SA1633,SA1649,CA1859,CA1861</NoWarn>
3232
</PropertyGroup>
3333
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3434
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)