NuGetAuditMode doesn't work for SDK style projects in VS 17.8 #13003
Labels
Functionality:Restore
Priority:1
High priority issues that must be resolved in the current sprint.
Product:VS.Client
Type:Bug
Milestone
NuGet Product Used
Visual Studio Package Management UI
Product Version
VS 17.8
Worked before?
It's a new feature
Impact
It bothers me. A fix would be nice
Repro Steps & Context
The way that NuGet & the .NET SDK works in Visual Studio is that https://github.com/dotnet/project-system sends NuGet project information (via an API called
NominateProjectAsync
, so we typically call it a "nomination"), which NuGet then uses in order to perform the restore. Unfortunately I forgot to addNuGetAuditMode
to the list of properties sent to NuGet, so NuGet has no way of knowing this property value in VS 17.8:Verbose Logs
No response
The text was updated successfully, but these errors were encountered: