Skip to content

Commit 791ab52

Browse files
committed
Suppress warnings in test project
1 parent 4b73d27 commit 791ab52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Nerdbank.Streams.Tests/Nerdbank.Streams.Tests.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<CoverletOutputFormat>opencover</CoverletOutputFormat>
1212
<!--<CoverletOutput>$(OutDir)code_coverage.xml</CoverletOutput>-->
1313
<Exclude>[xunit.*]*,[IsolatedTestHost]*</Exclude>
14+
15+
<!-- Security vulnerabilities in the test project aren't that interesting, at least until we can remove/upgrade the ASP.NET Core tests. -->
16+
<NoWarn>$(NoWarn);NU1902;NU1904</NoWarn>
1417
</PropertyGroup>
1518
<ItemGroup>
1619
<Compile Include="..\..\src\Nerdbank.Streams\Utilities.cs" Link="Utilities.cs" />

0 commit comments

Comments
 (0)