Skip to content

Commit

Permalink
Treat warnings not as errors in manual test project (#2435)
Browse files Browse the repository at this point in the history
* Treat all vulnerability severity levels not as errors.

* Disable treat warnings as errors for manual test project.
  • Loading branch information
timcassell authored Sep 23, 2023
1 parent 967a975 commit dd7a9b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyTitle>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyTitle>
<!-- We test the oldest frameworks supported by BDN (net461 and netcoreapp2.0), as well as newer versions of those frameworks. -->
<WarningsNotAsErrors>NU1904</WarningsNotAsErrors>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFrameworks>net461;net48;netcoreapp2.0;net7.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>
Expand Down

0 comments on commit dd7a9b7

Please sign in to comment.