NuGet Product(s) Affected
Visual Studio Package Management UI
Current Behavior
An MSBuild evaluation of the project that does not explicitly set NuGetAudit, NuGetAuditLevel or NuGetAuditMode will not have any values set for these properties, and therefore dotnet/project-system doesn't know what the current value is
Desired Behavior
As per the linked issue, set defaults as part of project evaluation, so the VS project properties page knows what value to display as the current value.
Additional Context
dotnet/project-system#9246
NuGet Product(s) Affected
Visual Studio Package Management UI
Current Behavior
An MSBuild evaluation of the project that does not explicitly set
NuGetAudit,NuGetAuditLevelorNuGetAuditModewill not have any values set for these properties, and therefore dotnet/project-system doesn't know what the current value isDesired Behavior
As per the linked issue, set defaults as part of project evaluation, so the VS project properties page knows what value to display as the current value.
Additional Context
dotnet/project-system#9246