mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-12 05:25:03 +00:00
NotSupportedException when decompress a GZIP file #434
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 @waldo2188 on GitHub (Jan 13, 2021).
Hi !
We encountered an error with version 0.27 when we tried to decompress a GZIP file. The method
MoveToNextEntry()throw aNotSupportedExceptionexception when the code tried to access to theLengthproperty of classSharpCompress.IO.RewindableStream.You can reproduce this behaviour with the code bellow and the file attached: simple.gz.