vscode-nuget-package-manager icon indicating copy to clipboard operation
vscode-nuget-package-manager copied to clipboard

An extension for Visual Studio Code that lets you easily add or remove .NET Core 1.1+ package references to/from your project's .csproj file using Code's Command Palette.

Results 21 vscode-nuget-package-manager issues
Sort by recently updated
recently updated
newest added

Issue Type: Bug Lately in vscode I'm receiving this error message: ``` Versioning information could not be retrieved from the NuGet package repository. Please try again later. ``` This happens...

This pull request covers an additional command - reads current csproj file, presents user with picklist list of current packages, then available versions of the selected package. Csproj file is...

Internally we use a private nuget repository - and it would be helpful if this extension could support utilizing the package sources from the nuget.config instead of the constant https://api-v2v3search-0.nuget.org/autocomplete

enhancement
in progress

the error happened When I add IdentityServer4 package, the error massage is "version information could not be retrieved from Nuget pacakge repository". the first,enter ctrl+shift+p ![image](https://user-images.githubusercontent.com/19970476/57994769-4f70a480-7af1-11e9-912e-9919b936ae93.png) the second, I select...

Hi, I was trying to figure out how to add custom nuget server, but did not manage to. Is it possible?

Cannot add any package - always get this message.

I expect this is my lack of experience, however, I'm trying to install a package (`Microsoft.Windows.Compatibility`). The extension finds the package, and I can select the version. At this point,...

- Issue Type: `Performance` - Extension Name: `vscode-nuget-package-manager` - Extension Version: `1.1.6` - OS Version: `Windows_NT x64 10.0.18363` - VSCode version: `1.46.1` :warning: Make sure to **attach** this file from...

__Environment Details__ Platform: `macOS Mojave 10.14.5` VS Code version: `1.36.0` (installed with Homebrew) Other extensions installed/enabled: `None` __Current Behavior__ Unable to install. Getting the following error when installing *any* NuGet...