mono / ngit

Automated jgit port to c#
261 stars 151 forks source link

Compatibility issues with latest SharpZipLib #56

Open mcintyre321 opened 11 years ago

mcintyre321 commented 11 years ago

I've been unable to use NGit since updating my SharpZipLib (required by another project) to the latest version from Nuget - it throws a MissingFieldException.

I've got it working by forking (https://github.com/mcintyre321/ngit) and updating SharpZipLib , updating, then recompiling, but it would be great if the version on Nuget was up to date.