SharpCompress/tests/SharpCompress.Test/GZip
copilot-swe-agent[bot] 4067b6ed2c Fix GZip extraction for non-seekable streams
- Modified GZipFilePart to only access stream.Position when stream.CanSeek is true
- Modified GZipArchiveEntry.OpenEntryStream to check CanSeek before accessing Position
- Added test case GZip_Archive_NonSeekableStream to verify non-seekable stream support
- All existing tests pass

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2025-10-27 11:08:38 +00:00
..
AsyncTests.cs formatting 2025-10-27 10:19:24 +00:00
GZipArchiveAsyncTests.cs adds more async tests and overloads to make things writable and async 2025-10-27 10:31:10 +00:00
GZipArchiveTests.cs Fix GZip extraction for non-seekable streams 2025-10-27 11:08:38 +00:00
GZipReaderAsyncTests.cs formatting 2025-10-27 10:19:24 +00:00
GZipReaderTests.cs Added IStreamStack for debugging and configurable buffer management. Added SharpCompressStream to consolodate streams to help simplify debugging. All unit tests passing. 2025-07-20 17:35:22 +01:00
GZipWriterAsyncTests.cs adds more async tests and overloads to make things writable and async 2025-10-27 10:31:10 +00:00
GZipWriterTests.cs update csharpier 2023-03-21 13:14:08 +00:00