IArchiveEntry.OpenEntryStream() on 0.12.x on Xamarin crashes #114

Closed
opened 2026-01-29 22:06:47 +00:00 by claunia · 5 comments
Owner

Originally created by @ghost on GitHub (Aug 6, 2016).

0.11 works without the problem.

I've tested on Xamarin.iOS.

Originally created by @ghost on GitHub (Aug 6, 2016). 0.11 works without the problem. I've tested on Xamarin.iOS.
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Author
Owner

@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 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.
Author
Owner

@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

@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
Author
Owner

@ghost commented on GitHub (Jul 24, 2017):

Fixed now in 0.18

@ghost commented on GitHub (Jul 24, 2017): Fixed now in 0.18
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#114