Skip to content

Commit

Permalink
build: fail on any NU190x warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Dec 6, 2024
1 parent ac78221 commit d9b87fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OSLC4Net_SDK/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<!-- TODO: add 'nullable' -->
<WarningsAsErrors>NU1903</WarningsAsErrors>
<!-- fail on any NuGet vulnerability audit findings -->
<WarningsAsErrors>NU1900;NU1901;NU1902;NU1903;NU1904</WarningsAsErrors>
</PropertyGroup>
</Project>

0 comments on commit d9b87fb

Please sign in to comment.