-
Notifications
You must be signed in to change notification settings - Fork 258
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
Don't restore in the IDE if everything is already restored #5239
Comments
The no-op restore work went in starting with d15prerel-26609.0. |
I just installed 15.3 preview 3 and it still does a restore on project open:
|
@davidfowl There are still some inconsistencies among the restore behavior between the commandline clients and VS for some project types. Which project type do you have? The SDK based Package Reference inconsistency is fixed, but there some caveats based on which commandline tool you're using. |
After running a very long
build.cmd
that fully restores, builds and run tests before opening visual studio, after opening a solution file the IDE proceeds to run restore again which can take a long time for a big project.Not only that but if I close and reopen the solution after all of that, it proceeds to restore again. It seems like we blindly restore on open.
The text was updated successfully, but these errors were encountered: