-
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
Unnecessary package reinstalls? #366
Comments
There's another issue I raised about this. Not sure about the ID. |
Also. Content files should be considered read only IMHO, just like any other part of a dependency. |
@isaacabraham the issue is #330. I guess this is a duplicate. However I'll very much like to see this fixed. Currently it's the biggest problem keeping me from ditching NuGet. Boy, I've been waiting so long for an alternative :) |
Oh, and I tried with the latest. 0.14.3 I think. |
this are different things. We always install all packages. Content files are overridden, right @theimowski ? #330 is about resolver performance. |
yes, we do full refresh for content files |
@forki, why are unrelated packages all reinstalled when I add a new dependency to a project, even a single one with the |
As I said: "We always install all packages." |
I see. I take that this behaviour is not going to change. It's not a problem in itself, just combined with the content files being overwriten it becomes an issue. Please see my comment to #202 |
I don't understand something. Whenever I do for example
paket add nuget X
it seems that all the other packages are downloaded and installed. This is very annoying because for every package that contains content files, these files are rewrtitten with their defaults.Is this by design?
The text was updated successfully, but these errors were encountered: