Skip to content

Fix the warning reported in #2440 - #2449

Merged
forki merged 2 commits into
masterfrom
fix_2440_warning
Jun 20, 2017
Merged

Fix the warning reported in #2440#2449
forki merged 2 commits into
masterfrom
fix_2440_warning

Conversation

@matthid

@matthid matthid commented Jun 19, 2017

Copy link
Copy Markdown
Member

fix the warning by implementing internal 404 propagation and handling. There is still room for improvement: For example there should be no point in requesting additional urls when one already told you that the package is not available. This might not be true for custom servers on all urls but it must be true for the one nuget.exe is using (otherwise it wouldn't work and the server would be useless/only work with paket).

fixes #2440

matthid added 2 commits June 19, 2017 23:38
…. There is still room for improvement: For example there should be no point in requesting additional urls when one already told you that the package is not available. This might not be true for custom servers on all urls but it must be true for the one nuget.exe is using (otherwise it wouldn't work and the server would be useless/only work with paket).
@forki
forki merged commit 7c881ae into master Jun 20, 2017
@matthid
matthid deleted the fix_2440_warning branch July 26, 2017 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Paket 5.1.0 can no longer find a resolution if packages are missing in some sources.

2 participants