Skip to content

Commit e0eda86

Browse files
committed
chore: Added NoWarn for TestableProjects
1 parent 03cbb60 commit e0eda86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings/sln.build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
<NoWarn>$(NoWarn);CA1810;CA1031;</NoWarn>
4646
</PropertyGroup>
4747

48+
<PropertyGroup Label="Settings for test projects" Condition=" $(IsTestableProject) ">
49+
<NoWarn>$(NoWarn);CS8604;CA2007;</NoWarn>
50+
</PropertyGroup>
51+
4852
<PropertyGroup Label="Language Configuration">
4953
<NeutralLanguage>en</NeutralLanguage>
5054
<PreferredUILang>en</PreferredUILang>

0 commit comments

Comments
 (0)