SharpCompress/tests/SharpCompress.Test
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
..
Arc Trying to overcome differences in charpier versions... 2025-03-14 19:09:52 +01:00
BZip2 Throw exception when bzip2 is corrupt 2024-06-08 18:26:12 +02:00
Filters Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
GZip Fix GZip extraction for non-seekable streams 2025-10-27 11:08:38 +00:00
Mocks Fixed some missing features caused by merging an earlier branch than required. 2025-07-21 23:45:57 +01:00
Rar Consolidate not null 2025-10-22 09:17:13 +01:00
SevenZip add failing test 2025-07-13 15:08:45 +02:00
Streams Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
Tar add more tests 2025-10-27 10:52:03 +00:00
Xz Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
Zip use windows instead of skippable fact 2025-10-22 10:32:47 +01:00
ADCTest.cs more clean up on tests 2024-03-14 08:53:08 +00:00
ArchiveTests.cs add tar specific tests 2025-10-27 10:46:08 +00:00
OperatingSystemExtensions.cs fix and fmt 2024-04-23 09:16:05 +01:00
packages.lock.json Merge branch 'master' into adam/rework-deps 2025-10-22 10:48:16 +01:00
ReaderTests.cs add more tests 2025-10-27 10:52:03 +00:00
SharpCompress.Test.csproj use windows instead of skippable fact 2025-10-22 10:32:47 +01:00
SharpCompress.Test.snk signed test assembly 2025-01-15 04:43:16 +03:00
TestBase.cs Consolidate not null 2025-10-22 09:17:13 +01:00
UtilityTests.cs xplat tests for path characters 2025-10-22 10:21:22 +01:00
WriterTests.cs add tar specific tests 2025-10-27 10:46:08 +00:00