You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing NuGet dependency detection, we essentially call dotnet restore and part of that involves NuGet checking for known vulnerabilities. We don't use this directly. There's likely an environment variable or MSBuild property that we can set to avoid this.
Relevant error numbers are NU1903 and NU3028
The text was updated successfully, but these errors were encountered:
When doing NuGet dependency detection, we essentially call
dotnet restore
and part of that involves NuGet checking for known vulnerabilities. We don't use this directly. There's likely an environment variable or MSBuild property that we can set to avoid this.Relevant error numbers are
NU1903
andNU3028
The text was updated successfully, but these errors were encountered: