-
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 fails with invalid local sources #372
Comments
Can you please give a small repro of the paket.dependencies? |
Now that I try to reproduce it I get even weirder behaviour. I created a new solution and a paket.dependencies file with some bogus local path. When I do |
And about spaces. I just realized that the path was actually imported incomplete. Without anything after the first space |
Please give concrete repro steps. I will fix it asap |
Invalid source:
Disappearing source:
|
Maybe you're right. I won't insist. Thanks for the other fix |
One my machine I had some local package sources defined in NuGet. Now when I used paket in a new project, when
fetching versions for X
it would fail saying that part of path wan not found. It actually happened for two different paths. One indeed doesn't exist and the other contains spaces. I guess that invalid sources should be skipped, maybe with a warning and paths with spaces should be handled correctly.The text was updated successfully, but these errors were encountered: