Skip to content

Commit 8c719db

Browse files
committed
Ignore unused and only set field warnings in the test assembly build.
1 parent fad699d commit 8c719db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHibernate.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<ErrorReport>prompt</ErrorReport>
4848
<WarningLevel>4</WarningLevel>
4949
<UseVSHostingProcess>false</UseVSHostingProcess>
50-
<NoWarn>3001%3b3002%3b3003%3b3004%3b3005</NoWarn>
50+
<NoWarn>3001;3002;3003;3004;3005;0649;0169</NoWarn>
5151
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5252
<PlatformTarget>AnyCPU</PlatformTarget>
5353
</PropertyGroup>

0 commit comments

Comments
 (0)