Skip to content
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

Completions do not work for packages that have only pre-release versions available #45

Open
tintoy opened this issue Dec 2, 2018 · 2 comments

Comments

@tintoy
Copy link
Owner

tintoy commented Dec 2, 2018

This is due to a bug in the NuGet v3 protocol client that fails to correctly inform the NuGet AutoComplete API end-point that pre-release packages should be included (see NuGet/Home#7540 for details).

Transferred from #44.

CC: @SimantoR

@tintoy
Copy link
Owner Author

tintoy commented Dec 2, 2018

NuGet folks are working on this; I imagine it won't be long before a fix is available. In order to upgrade, though, I'll have to drop support for NuGet v2 feeds (so only v3 feeds will be supported) because latest NuGet client libraries no longet support v3. This is a breaking change, but v3 feeds are sufficiently ubiquitous that I think we're OK to do that.

@tintoy
Copy link
Owner Author

tintoy commented Feb 5, 2019

NuGet issue has been resolved; will upgrade packages and see if it works now :)

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

No branches or pull requests

1 participant