Joel Ahlgren

Results 52 comments of Joel Ahlgren

If you figure out how to reproduce it in some non-confidential way, please get back to me and I'll try to fix it - otherwise I hoe you find a...

Hi @Juergen1980, unfortunately I've been very busy with real life things. I'll try to have a look at it this weekend but can't promise anything. Thank you for providing an...

I'm not sure if the correct approach here is to make it possible to have several instances of the same attribute in CustomAttributes, or introduce a new (collection) property specifically...

TAR is the fallback format if the library is unable to determine the format. It would be interesting to get some of the files you have that are failing, so...

You'll need to set the compressor's CompressionMode to Append `cp.CompressionMode = CompressionMode.Append;` Typically the unit tests are a good place to check for info, given the lack of documentation :)

So I'm not familiar with the `yield return` way of life, but I'm assuming that the unpacking is so slow/big that you don't want to wait for all the files...

Without the code checked out (currently at work) I'm assuming then that it's [line 950](https://github.com/squid-box/SevenZipSharp/blob/dev/SevenZip/SevenZipExtractor.cs#L950) that causes the exception (`_archiveStream` already null when calling `Dispose()`)? The RAR4/RAR5 is likely a...

Sorry for the silence, December is turning out to be a busy month with both work and family. I've spent an hour tonight trying to follow your investigation steps, but...

So `0x80131515` indicates "Operation is not supported", which could mean a lot of things. As far as I can tell (without running any Azure-specific code to verify) what you're trying...

Sorry I haven't had time to look into this at all.