mrward/monodevelop-paket-addin

Unable to add NuGet package - fails to get package details.

Closed this issue · 3 comments

If I try to install a NuGet package using this Paket addin I get an error similar to the following in the Paket Console.

Adding Newtonsoft.Json to ~/Projects/Tests/TestPaket/paket.dependencies
Resolving packages:
 - Newtonsoft.Json 9.0.1
Couldn't get package details for package Newtonsoft.Json on any of ["https://nuget.org/api/v2"].

Could not add Newtonsoft.Json.

Experienced this too. Any reason why?

The addin is using an older version of Paket and I believe somethiing changed on the NuGet server side which broke Paket. Newer versions of Paket seem to work but there is a bug which is currently causing the addin problems when you try to remove a NuGet package.

Updating to the latest Paket fixes this. Released a new 0.2 version of the addin for MonoDevelop 6.0.