Blacklite / Ncapsulate

NuGet and MSBuild wrappers around various Node based tools.
MIT License
29 stars 9 forks source link

System.IO.Compression error #18

Closed alfeg closed 1 year ago

alfeg commented 9 years ago

It's not really an issue of this library. But mabe helpful for other people.

I've got an exception when try to install Ncapsulate package with error, that System.IO.Compression is not available.

This was a bug of old Microsoft.Bcl.Build package, and after updating I were able to install Ncapsulate without any issue.

isochronous commented 9 years ago

I ran into this same issue, and it's worth noting that there's a nuget package for System.IO.Compression, so a good fix might be to add it as a dependency for the Node package. If a user already has it, then it'll just skip over it, but if they don't, then it'll download and install it automatically instead of throwing an error and aborting.