mrward/monodevelop-nuget-addin

Not able to install CassandraCSharpDriver package in Xamarin using NuGet

lenadroid opened this issue · 1 comments

I have been trying to install CassandraCSharpDriver package on my OSX using the latest Xamarin Studio and NuGet plugin that is built in there.

Search has found the package I needed. The output of the installation attempt is here:

Adding CassandraCSharpDriver...
Attempting to resolve dependency 'lz4net (≥ 1.0.5.93)'.
Downloading CassandraCSharpDriver 3.0.0...
Unable to read package from path 'CassandraCSharpDriver.3.0.0.nupkg'.

When using Visual Studio it shows the success of installation. However, VS addin might have a different strategy to unzip or just swallowed the error.

What is the source of the problem and what is the way to make it work?

Help appreciated.

The package had the incomplete binary and now the problem is fixed.