Files
sharpcompress/tests/SharpCompress.Test
Adam Hathcock 38203fb950 Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader
- Removed 'await' keyword before ReaderFactory.OpenAsync() calls since the method returns IAsyncReader directly (not Task)
- Changed ZipReader.Open() to ReaderFactory.OpenAsync() in Zip64AsyncTests.ReadForwardOnlyAsync()
- Changed TarReader.Open() to ReaderFactory.OpenAsync() in TarReaderAsyncTests.Tar_BZip2_Entry_Stream_Async()
- Fixed EntryStream disposal from 'await using' to 'using' since EntryStream doesn't implement IAsyncDisposable
- These changes fix compilation errors where async methods were being called on IReader (synchronous) instead of IAsyncReader (asynchronous)
2026-01-12 14:14:46 +00:00
..
2026-01-08 12:35:12 +00:00
2026-01-08 12:35:12 +00:00
2025-10-13 10:40:43 +01:00
2026-01-08 12:35:12 +00:00
2026-01-08 12:35:12 +00:00
2026-01-08 12:35:12 +00:00
2026-01-08 12:35:12 +00:00
2024-03-14 08:53:08 +00:00
fmt
2026-01-08 09:41:48 +00:00
2026-01-08 12:35:12 +00:00
2024-04-23 09:16:05 +01:00
2026-01-08 16:14:40 +00:00
2026-01-08 16:14:40 +00:00
2025-01-15 04:43:16 +03:00
2026-01-08 12:35:12 +00:00