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

Unable to install packages #39

Open tourdedave opened 5 years ago

tourdedave commented 5 years ago

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

Screen Shot 2019-07-07 at 20 15 16

Steps to Reproduce

recording

Workaround

Installing from the command-line works (e.g., dotnet add NUnit).

jmrog commented 5 years ago

@tourdedave I haven't been able to reproduce this. Is it still happening for you?