SharpCompress/tests/SharpCompress.Test
dependabot[bot] 4c61628078
Bump AwesomeAssertions from 9.2.1 to 9.3.0
---
updated-dependencies:
- dependency-name: AwesomeAssertions
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 11:57:30 +00:00
..
Arc Refactors the SqueezeStream class to ensure full CLS compliance and proper stream behavior. It replaces the previous one-shot decoding logic with a true streaming implementation by piping Huffman-decoded output into the existing RunLength90Stream, enabling real-time decompression. 2025-11-02 19:09:59 +01:00
Arj ArjReader throws exception for password protected archives. 2025-11-06 09:32:12 +01:00
BZip2 review fixes 2025-10-31 10:55:33 +00:00
Filters Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
GZip entrystream fixes and fmt 2025-10-29 08:41:05 +00:00
Mocks add async to forward only streams 2025-10-28 11:30:12 +00:00
Rar review fixes 2025-10-31 10:55:33 +00:00
SevenZip Add support for CompressionType.None for uncompressed 7z files 2025-10-27 11:11:38 +00:00
Streams add async tests 2025-11-01 09:57:26 +00:00
Tar fix tests and fmt 2025-11-01 10:25:14 +00:00
Xz Update dependencies and csharpier 2025-10-13 10:40:43 +01:00
Zip add rarcrc tests 2025-10-28 16:48:05 +00:00
AdcAsyncTest.cs review fixes 2025-10-31 10:55:33 +00:00
ADCTest.cs more clean up on tests 2024-03-14 08:53:08 +00:00
ArchiveTests.cs Fix ArchiveFactory.Open to avoid double-wrapping SharpCompressStream 2025-10-29 13:34:53 +00:00
ExceptionHierarchyTests.cs Format code with CSharpier 2025-10-28 11:13:51 +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 Bump AwesomeAssertions from 9.2.1 to 9.3.0 2025-11-10 11:57:30 +00:00
ReaderTests.cs Added ARJ's compressmion method4 (compressed fastest). 2025-10-31 16:14:48 +01:00
SharpCompress.Test.csproj make test linux only 2025-10-28 12:18:05 +00:00
SharpCompress.Test.snk signed test assembly 2025-01-15 04:43:16 +03:00
TestBase.cs Consolidate not null 2025-10-22 09:17:13 +01:00
UtilityTests.cs xplat tests for path characters 2025-10-22 10:21:22 +01:00
WriterTests.cs add tar specific tests 2025-10-27 10:46:08 +00:00