mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-12 05:25:03 +00:00
IArchiveEntry.OpenEntryStream() on 0.12.x on Xamarin crashes #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Aug 6, 2016).
0.11 works without the problem.
I've tested on Xamarin.iOS.
@adamhathcock commented on GitHub (Aug 6, 2016):
Any chance for a call stack?
I guess it might have something to do with being netstandard vs not before.
@ghost commented on GitHub (Aug 10, 2016):
I've decided to stick to the previous version. I am using it only for zip anyway and this new version requires several more NuGet packages to be installed which sounds like overkill for what I need to achieve.
I'll see to provide you with a call stack when I have the time as clearly you have helped me with making this great library, so I feel like I should contribute back, but as I gave up on updating it might not be immediate.
@adamhathcock commented on GitHub (Aug 10, 2016):
I guess the issue has something to do with that Xamarin.iOS doesn't like the .NET Standard stuff I added. Weird.
I still have targets for .net 3.5, 4.0 and 4.5 though. Figuring out how to use one of those instead of .NET Standard might be an idea.
@adamhathcock commented on GitHub (Aug 12, 2016):
I created 0.12.4 with a slightly different target but I doubt it will fix this for you
@ghost commented on GitHub (Jul 24, 2017):
Fixed now in 0.18