Closed ghost closed 4 years ago
Do you have any project in your workspace? Install button is enabled when at least one project is selected. If you have selected a project and button is still disabled, please provide me some screenshots.
I'm also experiencing this and my workspace contains a .sln file and several C# projects. I don't see a way in the Nuget Gallery UI to select a project.
Are these C# projects using .NET Core instead of .NET Framework?
Are these C# projects using .NET Core instead of .NET Framework?
.NET 6
Send me csproj if possible so I will take a look. It's hard to say why it's not finding it, maybe something is wrong with csproj.
Hi,
On Fedora 31 64-bit I've installed
code
and followed instruction on Microsoft website to install .Net core 3.1:then:
Which result in those packages being installed:
In VSCode's Extensions I've installed vscode-nuget-gallery v0.0.19 using VSCode built-in extension marketplace.
But when I open the gallery and browse for nuget package, the
Install
button is always disabled. I can't installed any nuget package with the gallery. I suspect it's not due to the gallery but a misconfiguration of sorts but I need help and guidance. What do I miss?Thank you.