-
Notifications
You must be signed in to change notification settings - Fork 519
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
No install when nuget package dependency has been unlisted. #1254
Comments
|
Paket also fails on other commands, such as upgrade. |
|
I was able to work around this problem by adding one line to the |
|
I jus talked to @maartenba - seems it's a NuGet v3 issue. |
|
root cause is https://api-v3search-0.nuget.org/autocomplete?id=WebActivator&take=100000&prerelease=true doesn't show versions. I worked around that, by retrying with v2 if no versions are reported. |
|
@maartenba suggested to use https://api.nuget.org/v3-flatcontainer/WebActivator/index.json instead |
The issue number is 1254 and the WebActivator package number trying to be resolved is 1.5.3. The typo is some kind of off by one error ;-)
Paket cannot install a nuget package with a dependency on another nuget package when that other package has been unlisted. This is reproducable with the following minimal
paket.dependencies.."The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore."
SOURCE: https://www.nuget.org/packages/WebActivator
Even with this unlisted dependency nuget.exe itself can be used to install. Both the following nuget installs work ...
The text was updated successfully, but these errors were encountered: