Files
sharpcompress/tests/SharpCompress.Test
copilot-swe-agent[bot] 20f2c9e0d3 Add comprehensive RAR5 async extraction tests
- Created Rar5AsyncExtractionTests with 12 tests that exercise Unpack5Async code path
- Tests use AsyncOnlyStream to ensure async methods are called (not sync fallbacks)
- Cover basic archives, solid archives, encrypted archives, and various extraction methods
- Tests verify:
  * ExtractAllEntries for solid archives
  * Individual file extraction with WriteEntryToDirectoryAsync
  * OpenEntryStream for manual extraction
  * WriteToDirectory for full archive extraction
  * Encrypted files (both header+files and files only)
  * Special formats (Blake2 CRC, comments, uncompressed)
  * Skipping entries in solid archives
- All tests passing on both net48 and net10.0

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-02-11 17:02:24 +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-01-14 14:33:20 +00:00
2026-02-10 11:16:39 +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-04 14:41:55 +00:00
2025-01-15 04:43:16 +03:00
2026-02-03 14:13:57 +00:00
2026-01-08 12:35:12 +00:00
2026-01-16 08:58:26 +00:00