Skip to content

Commit 95fa12f

Browse files
committed
chore: NoWarn S4144
1 parent c9da274 commit 95fa12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/sln.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</PropertyGroup>
5252

5353
<PropertyGroup Label="Settings for test projects" Condition=" '$(IsTestableProject)' == 'true' ">
54-
<NoWarn>$(NoWarn);CS8604;CA2007;</NoWarn>
54+
<NoWarn>$(NoWarn);CS8604;CA2007;S4144</NoWarn>
5555
</PropertyGroup>
5656

5757
<PropertyGroup Label="Language Configuration">

0 commit comments

Comments
 (0)