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
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
When user modifies Json file in VS for 'x' package and saves this file, output window shows "Attempting to resolve" all packages in the json file.
User expects to see whether package being restored to the project or not.
From commandline, if user run kpm restore, each time it tries to resolve dependencies and outputs log shows "attempting to resolve" information related to all packages which are there in the project.json.
Ask: kpm restore to be smart to check if project.json file is changed and restore only modified part. Force parameter can be added to kpm restore to forcefully update all packages in json file if needed.
Package Manager Log in VS will be cleaner with this enhancement.
The text was updated successfully, but these errors were encountered:
User Scenario:
Ask: kpm restore to be smart to check if project.json file is changed and restore only modified part. Force parameter can be added to kpm restore to forcefully update all packages in json file if needed.
Package Manager Log in VS will be cleaner with this enhancement.
The text was updated successfully, but these errors were encountered: