SharpCompress/tests
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
..
SharpCompress.Performance update references 2026-01-08 16:14:40 +00:00
SharpCompress.Test Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
TestArchives Archives containing encrypted content throws exception. 2026-01-04 19:10:57 +01:00