Skip to main content
SI

Nugetauditsuppress Fix

If you’ve updated to .NET 8 or Visual Studio 17.8, you might have noticed something new popping up in your build output. NuGet has become a security guard, actively scanning your packages for known vulnerabilities.

You would add this to your .csproj :

: Traditional NoWarn tags suppress the warning code (like NU1903) but don't distinguish between different vulnerabilities. NuGetAuditSuppress is superior because it targets the specific advisory URL. nugetauditsuppress