We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9da274 commit 95fa12fCopy full SHA for 95fa12f
settings/sln.build.props
@@ -51,7 +51,7 @@
51
</PropertyGroup>
52
53
<PropertyGroup Label="Settings for test projects" Condition=" '$(IsTestableProject)' == 'true' ">
54
- <NoWarn>$(NoWarn);CS8604;CA2007;</NoWarn>
+ <NoWarn>$(NoWarn);CS8604;CA2007;S4144</NoWarn>
55
56
57
<PropertyGroup Label="Language Configuration">
0 commit comments