We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac78221 commit d9b87fbCopy full SHA for d9b87fb
OSLC4Net_SDK/Directory.Build.props
@@ -17,7 +17,7 @@
17
<Nullable>enable</Nullable>
18
<ImplicitUsings>enable</ImplicitUsings>
19
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
20
- <!-- TODO: add 'nullable' -->
21
- <WarningsAsErrors>NU1903</WarningsAsErrors>
+ <!-- fail on any NuGet vulnerability audit findings -->
+ <WarningsAsErrors>NU1900;NU1901;NU1902;NU1903;NU1904</WarningsAsErrors>
22
</PropertyGroup>
23
</Project>
0 commit comments