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.
MIT License
34
stars
17
forks
source link
Some promise rejections appear to be unhandled #16
Appearances were deceiving; this wasn't a promise rejection being unhandled, but was, instead, a promise not being rejected when it should have been (due to a logic error).
Try to remove a package from an empty .csproj file. The extension should notify the user that something went wrong, but instead it fails silently.