-
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
paket.references gets overwritten by paket install #1344
Comments
something is fucky here. I'll investigate |
Some additional details: that |
Ah. Thanks for pointing that! Definitely my fault and not a Paket issue. |
I think I will add a error message here to make that more bovious. |
Well, that would be really nice. |
we now skip this file and show a warning. /cc @theimowski please verify that I didn't break your scenario |
Thank you! |
No it shouldn't - I zip only paket.dependencies and paket.lock. Think I used 2.40.4 today and it was fine |
thanks buddy |
I've created new console project with Visual Studio (and closed it, so no any interference between VS and Paket), let's call it
ConsoleApplication8
, and done the following:Then written the following to
ConsoleApplication8\paket.references
:After that I've ran
.paket\paket install
. It overwritten mypaket.references
with the following:I've set up the test repository here. That is the state I got after
paket install
.Is it a bug or not? Is it okay that it removes my
Tesla.Csxcad
frompaket.references
?The text was updated successfully, but these errors were encountered: