-
Notifications
You must be signed in to change notification settings - Fork 525
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
[Q] Stating differences between install and restore commands #2879
Comments
@eugene-g I was fighting with this too and @igorsutton helped me out. I had to close and re-open all my vscode instances. Apart from that vscode specific issue, I found the docs here helpful. |
Install should do everything that restore does + additional resolver run if
it thinks it is needed.
(if you found something that restore does, but install does not then please
report)
Am 01.11.2017 02:33 schrieb "talbottmike" <[email protected]>:
… @eugene-g <https://github.com/eugene-g> I was fighting with this too and
@igorsutton helped me out. I had to close and re-open all my vscode
instances. Apart from that vscode specific issue, I found the docs here
helpful.
https://fsprojects.github.io/Paket/paket-and-dotnet-cli.html
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2879 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNPmGv0b6e1pkKP94_PfXONvLSwSbks5sx8pYgaJpZM4QNLOM>
.
|
Could not reproduce for |
PS. |
I've learned that at least several people are using
paket install
instead ofpaket restore
. I suggest improving documentation and stating exact differences to avoid confusion.Currently, we have following:
paket restore
:Download the computed dependency graph.
paket install
:Download dependencies and update projects.
@TheAngryByrd pointed out, that
paket restore
also createsobj
folder which is probably required for intellisense. Anything else?I'll send PR after gathering clarifications.
The text was updated successfully, but these errors were encountered: