-
Notifications
You must be signed in to change notification settings - Fork 567
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
PR #2779 adds support for "nuget install" and "dotnet add", but support for Nuget commands which require project file or lock file is still not implemented as per the discussion in the PR.
Describe the solution you'd like
nuget/dotnet/msbuild commands for restoring Nuget dependencies should get a high score (10) for using lock files and a lowered score that is not 0 for using project files, which aligns with Nuget best practices.
Describe alternatives you've considered
NA
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done