-
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 install fails after adding a new group #1476
Comments
Same here. 2.49.5 is the last working version. |
Can you please show the dependencies file? @mexx can you try to debug it?
|
Create this
Run
Run This call triggers the failure. It was introduced between 2.49.5 and 2.49.6. |
I've got a fix for this, thanks to @inosik finding the item in question. The set of transitive dependencies for a non-existent package should be empty set, otherwise use the existing logic. I was also having the error locally and this resolved it. Basically amounts to doing a Map.TryFind instead of Map.Find. Writing a test now to cover this case and then I'll submit a PR. |
I have added a new group to
paket.dependencies
and references to some nuget packages and runpaket install
which resulted in:The text was updated successfully, but these errors were encountered: