-
Notifications
You must be signed in to change notification settings - Fork 17
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
Version autocomplete no longer works for .netstandard2.1 (Linux, .NET 6) #91
Comments
Does it work for you with any other projects or is it broken globally? It looks like a NuGet cache problem; I’ll see how far away from the latest version of the NuGet client libraries we are… |
I've created a build of the language service that uses the very latest NuGet client libraries; can you try installing it from the package below (you'll need to unzip it first), and see if it works for you? |
Doesn't seem to work with the provided vsix either. I tried a clean
with the same result:
so it seems like a global problem. BTW, |
Interesting - so it can make some API calls (get packages) but not others (get package versions). This seems to be an issue in the NuGet client library (behaviour has changed regarding an optional parameter). Can you try this build and see if it works for you? msbuild-project-tools-0.4.3-dev.zip (yes, the version number hasn't changed 🙂) |
It works with that latest vsix build. Thank you for a quick fix! |
Great! Will get a proper package published sometime tonight :) |
Can confirm this build fixes the cache nullref also.. |
Published v0.4.3. 😄 |
Hi all. After upgrade to v0.4.1 version autocomplete no longer works when I hit Ctrl+Space in my .netstandard2.1 assemblies.
Here is the example csproj:
Here is the output:
The text was updated successfully, but these errors were encountered: