Skip to content

Commit 8ecda97

Browse files
committed
Disabling the security warnings for now, since it's packages we have no control over.
1 parent a64786d commit 8ecda97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/EFCore.MySql.FunctionalTests/EFCore.MySql.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<RootNamespace>Pomelo.EntityFrameworkCore.MySql.FunctionalTests</RootNamespace>
77
<PreserveCompilationContext>true</PreserveCompilationContext>
88
<DefaultItemExcludes>$(DefaultItemExcludes);*.trx</DefaultItemExcludes>
9+
<NoWarn>$(NoWarn);NU1903</NoWarn>
910
</PropertyGroup>
1011

1112
<PropertyGroup>

test/EFCore.MySql.IntegrationTests/EFCore.MySql.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
1111
<ThreadPoolMinThreads>64</ThreadPoolMinThreads>
1212
<RootNamespace>Pomelo.EntityFrameworkCore.MySql.IntegrationTests</RootNamespace>
13+
<NoWarn>$(NoWarn);NU1903</NoWarn>
1314
</PropertyGroup>
1415

1516
<PropertyGroup>

0 commit comments

Comments
 (0)