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
..
Ace Archives containing encrypted content throws exception. 2026-01-04 19:10:57 +01:00
Arc Task to ValueTask 2026-01-08 12:35:12 +00:00
Arj MultiVolume not supported, tests provided by split archive. 2026-01-03 19:09:43 +01:00
BZip2 Task to ValueTask 2026-01-08 12:35:12 +00:00
Filters Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
GZip Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
Mocks Merge branch 'master' into adam/async 2026-01-07 12:11:19 +00:00
Rar Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
SevenZip Task to ValueTask 2026-01-08 12:35:12 +00:00
Streams Task to ValueTask 2026-01-08 12:35:12 +00:00
Tar Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
Xz Task to ValueTask 2026-01-08 12:35:12 +00:00
Zip Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
AdcAsyncTest.cs Task to ValueTask 2026-01-08 12:35:12 +00:00
ADCTest.cs more clean up on tests 2024-03-14 08:53:08 +00:00
ArchiveTests.cs fmt 2026-01-08 09:41:48 +00:00
ExceptionHierarchyTests.cs Format code with CSharpier 2025-10-28 11:13:51 +00:00
ExtractAll.cs Task to ValueTask 2026-01-08 12:35:12 +00:00
ExtractAllEntriesTests.cs Update tests/SharpCompress.Test/ExtractAllEntriesTests.cs 2025-12-23 15:38:17 +00:00
ExtractionTests.cs Address code review feedback: use RuntimeInformation for platform detection 2025-10-28 10:20:05 +00:00
OperatingSystemExtensions.cs fix and fmt 2024-04-23 09:16:05 +01:00
packages.lock.json update references 2026-01-08 16:14:40 +00:00
ProgressReportTests.cs Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
ReaderTests.cs Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00
SharpCompress.Test.csproj update references 2026-01-08 16:14:40 +00:00
SharpCompress.Test.snk signed test assembly 2025-01-15 04:43:16 +03:00
TestBase.cs Fix typo in TestBase.cs comment: 'akways' -> 'always' 2026-01-12 12:06:47 +00:00
UtilityTests.cs Task to ValueTask 2026-01-08 12:35:12 +00:00
WriterTests.cs Fix async reader variable types - Remove double await on ReaderFactory.OpenAsync and use IAsyncReader 2026-01-12 14:14:46 +00:00