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

I have two root folders in my workspace and I've come to find that this extension only searches for a `.csprog` file only in the first root folder. Switching the...

enhancement
help wanted

Show what's outdated without updating. i.e. package name, current version, latest version

Currently using this amazing extension but, really miss this feature. Maybe you can inspire to [ncu](https://github.com/tjunnone/npm-check-updates) module from Node.js .

help wanted
feature

I'm trying to add a reference to a Console Project through the Nuget Package Manager extension, and every name I type on the search bar has no results. I want...

bug

See comment here: https://github.com/jmrog/vscode-nuget-package-manager/issues/29#issuecomment-341770357.

In some cases, functions return with a large block wrapped in `new Promise((resolve, reject) => { . . . }`, when it probably isn't necessary (I'm not sure because I'm...

enhancement

When using NuGet to add the System.Linq and Selenium.WebDriver, I am allowed to select different versions, including those that are not compatible with my project type. In my case I...

enhancement

Dont delete comments in csproj after installing package

enhancement
help wanted

Unnecessarily recursing through deep or heavily-populated directories when searching for project files can cause the extension to fail (when the process takes longer than 1 second). I noticed this myself...

enhancement