mrward / monodevelop-nuget-addin

NuGet addin for MonoDevelop and Xamarin Studio
MIT License
264 stars 38 forks source link

Not able to install CassandraCSharpDriver package in Xamarin using NuGet #60

Closed lenadroid closed 8 years ago

lenadroid commented 8 years ago

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.

lenadroid commented 8 years ago

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