Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to restore all projects in solution #2276

Closed
akshita31 opened this issue May 9, 2018 · 3 comments
Closed

Add option to restore all projects in solution #2276

akshita31 opened this issue May 9, 2018 · 3 comments

Comments

@akshita31
Copy link
Contributor

In reference to : #240

I propose the following change:
.NET: Restore All Projects : Restore all the projects in the workspace.
.NET Restore Project: Shows a command palette menu to select one of the projects to be restored.

How does that sound ?

Also we have a 'There are unresolved dependencies..' warning that pops up for every project that has an unresolved dependency. How do we change that? It is irritating especially when there are a number of projects in the solution. Should we modify that to come up when there is atleast one project that has an unresolved dependency
There are unresolved dependencies in the solution. Please execute the restore command to continue.
and then when the user clicks restore we perform the 'Restore all projects' as stated above ?

@akshita31
Copy link
Contributor Author

Please share your thoughts @rchande @TheRealPiotrP @DustinCampbell

@rchande
Copy link

rchande commented May 9, 2018

@akshita31 I'm on board for having two commands for restoring projects. I don't have strong opinions about the names of those commands. I completely agree with your solution for the warning. It's annoying because we show one notification per project. The clear solution (as you said) is to only show one notification that offers to restore all projects. I'm having trouble imagining scenarios where users would want to only restore a subset of projects in response to the warning.

@DustinCampbell
Copy link
Member

FYI that there's also this: #240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants