vscode-nuget-package-manager
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.
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...
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 .
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...
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...
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...
Self-explanatory.
Dont delete comments in csproj after installing package
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...