-
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
Rop init & init auto restore command #533
Conversation
|> collect | ||
|
||
let projectsUnderPaket = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aren't the projects already in environment
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good spot! I totally forgot about it
DependenciesFile( | ||
Path.Combine(directory.FullName, Constants.DependenciesFileName), | ||
InstallOptions.Default, [], [], []) | ||
dependenciesFile.Save() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this Save
call can fail. For example insufficient rights to create a file.
please add a when you are ready. |
! |
Rop init & init auto restore command
thanks |
actually
init
is so simple, there's no failure track for nowreferences #464