Files
sharpcompress/tests/SharpCompress.Test
copilot-swe-agent[bot] e5ef31bdaf Fix XZBlock exception when accessing Position on non-seekable streams
XZBlock accesses stream.Position in its constructor and SkipPadding(),
which throws NotSupportedException for non-seekable streams (e.g., HTTP).

Fix: XZStream now auto-wraps non-seekable streams with
SharpCompressStream.Create() to provide position tracking via ring buffer.

Add tests for raw non-seekable streams (sync and async).

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-02-23 21:11:00 +00:00
..
2026-02-04 09:25:48 +00:00
2025-10-13 10:40:43 +01:00
2026-02-04 10:08:50 +00:00
2026-02-16 16:29:20 +00:00
2026-01-08 12:35:12 +00:00
2024-03-14 08:53:08 +00:00
2024-04-23 09:16:05 +01:00
2026-02-22 10:43:37 +00:00
2025-01-15 04:43:16 +03:00
2026-02-03 14:13:57 +00:00
2026-02-22 13:19:04 +00:00
2026-01-16 08:58:26 +00:00