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 fadf5b6 commit e29c781Copy full SHA for e29c781
src/NHibernate.Test/NHibernate.Test.csproj
@@ -4,7 +4,7 @@
4
<Description>The Unit Tests for NHibernate.</Description>
5
<TargetFrameworks>$(NhAppTargetFrameworks)</TargetFrameworks>
6
<IsTestProject>true</IsTestProject>
7
- <NoWarn>$(NoWarn);3001;3002;3003;3005</NoWarn>
+ <NoWarn>$(NoWarn);3001;3002;3003;3005;SA1402</NoWarn>
8
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
9
</PropertyGroup>
10
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
0 commit comments