SharpCompress/tests/SharpCompress.Test
Adam Hathcock 1ba1966e1c Merge remote-tracking branch 'origin/master' into adam/tar-pax
# Conflicts:
#	src/SharpCompress/Archives/Tar/TarArchive.Async.cs
#	src/SharpCompress/Archives/Tar/TarArchive.cs
#	src/SharpCompress/packages.lock.json
2026-04-19 15:19:19 +01:00
..
Ace first pass of removing extraction options (folded into reader options) 2026-02-09 16:52:54 +00:00
Arc remove more scoped namespaces 2026-02-04 09:25:48 +00:00
Arj first pass of removing extraction options (folded into reader options) 2026-02-09 16:52:54 +00:00
BZip2 Use more SC exceptions instead of generic ones 2026-02-16 12:40:07 +00:00
Filters Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
GZip First pass of moving extraction options back 2026-03-02 07:00:33 +00:00
Lzw first commit for conslidating publci api 2026-03-06 11:22:09 +00:00
Mocks remove extra debug 2026-02-04 10:08:50 +00:00
Rar first commit for conslidating publci api 2026-03-06 11:22:09 +00:00
SevenZip Fix SevenZipArchive.IsSolidAsync() always returning false (#1284) 2026-04-13 16:59:23 +01:00
Streams update tests 2026-04-19 12:11:50 +01:00
Tar First pass of pax implementation 2026-04-19 15:17:35 +01:00
Xz Fixed some exception tests 2026-02-16 16:29:20 +00:00
Zip Update tests/SharpCompress.Test/Zip/ZipFilePartTests.cs 2026-03-11 11:53:10 +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
ArchiveFactoryTests.cs remove extra creates 2026-03-06 11:43:44 +00:00
ArchiveTests.cs first commit for conslidating publci api 2026-03-06 11:22:09 +00:00
BinaryReaderParityTests.cs Fixed AsyncMarkingBinaryReader 2026-01-29 16:23:37 +00:00
CompressionProviderTests.cs Better usage of reader options 2026-02-13 11:00:53 +00:00
ExceptionHierarchyTests.cs Use more SC exceptions instead of generic ones 2026-02-16 12:40:07 +00:00
ExtractAll.cs first pass of removing extraction options (folded into reader options) 2026-02-09 16:52:54 +00:00
ExtractAllEntriesTests.cs first pass of removing extraction options (folded into reader options) 2026-02-09 16:52:54 +00:00
ExtractionTests.cs First pass of moving extraction options back 2026-03-02 07:00:33 +00:00
LazyAsyncReadOnlyCollectionTests.cs clean up lazy readonly collections and add tests 2026-01-13 16:39:55 +00:00
LazyReadOnlyCollectionTests.cs clean up lazy readonly collections and add tests 2026-01-13 16:39:55 +00:00
MalformedInputTests.cs Fix decompression bomb and crash bugs (fuzzer-found) 2026-04-02 09:49:27 +00:00
MarkingBinaryReaderParityTests.cs probably dispose tests 2026-02-13 14:26:54 +00:00
OperatingSystemExtensions.cs fix and fmt 2024-04-23 09:16:05 +01:00
OptionsUsabilityTests.cs renamed to ReaderOptions.ForFilePath 2026-03-03 12:40:58 +00:00
packages.lock.json Update test dependencies 2026-03-03 17:01:21 +00:00
ProgressReportTests.cs Fix ReaderFactory.OpenAsyncReader to use async IsArchiveAsync methods 2026-01-16 09:12:54 +00:00
ReaderTests.cs First pass of moving extraction options back 2026-03-02 07:00:33 +00:00
SharpCompress.Test.csproj Add AOT to props and clean up in release 2026-02-03 16:13:15 +00:00
SharpCompress.Test.snk signed test assembly 2025-01-15 04:43:16 +03:00
TestBase.cs don't use static scratch directory for tests. Throw exception when test can't clean up 2026-03-06 14:58:04 +00:00
UtilityTests.cs Use more SC exceptions instead of generic ones 2026-02-16 12:40:07 +00:00
WriterTests.cs First pass of moving extraction options back 2026-03-02 07:00:33 +00:00
xunit.runner.json Upgrade xunit to v3 2026-01-16 08:58:26 +00:00