msbuild-project-tools-vscode icon indicating copy to clipboard operation
msbuild-project-tools-vscode copied to clipboard

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

Open tintoy opened this issue 5 years ago • 2 comments

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 avatar Dec 02 '18 07:12 tintoy

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 avatar Dec 02 '18 07:12 tintoy

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

tintoy avatar Feb 05 '19 04:02 tintoy