jmrog / vscode-nuget-package-manager

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

Closed jmrog closed 7 years ago

jmrog commented 7 years ago

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.

jmrog commented 7 years ago

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).