Skip to content

Commit e29c781

Browse files
committed
Check if project suppression rule is working
1 parent fadf5b6 commit e29c781

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
@@ -4,7 +4,7 @@
44
<Description>The Unit Tests for NHibernate.</Description>
55
<TargetFrameworks>$(NhAppTargetFrameworks)</TargetFrameworks>
66
<IsTestProject>true</IsTestProject>
7-
<NoWarn>$(NoWarn);3001;3002;3003;3005</NoWarn>
7+
<NoWarn>$(NoWarn);3001;3002;3003;3005;SA1402</NoWarn>
88
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
99
</PropertyGroup>
1010
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">

0 commit comments

Comments
 (0)