mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #1136] [MERGED] Upgrade xunit to v3 #1572
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/1136
Author: @adamhathcock
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @adamhathcock
Base:
adam/async-creation← Head:adam/upgrade-xunit📝 Commits (7)
63e124eUpgrade xunit to v375cc368Initial plan2906529Fix ReaderFactory.OpenAsyncReader to use async IsArchiveAsync methodse919930Fix Archive async tests to not use AsyncOnlyStream (archives need seekable streams)c7da19fFormat code with CSharpier0de5c59Restore AsyncOnlyStream in archive async tests as requestedc958d18Merge pull request #1137 from adamhathcock/copilot/sub-pr-1136📊 Changes
17 files changed (+297 additions, -108 deletions)
View changed files
📝
Directory.Packages.props(+1 -1)📝
src/SharpCompress/Readers/ReaderFactory.cs(+13 -5)📝
tests/SharpCompress.Test/Ace/AceReaderAsyncTests.cs(+3 -3)📝
tests/SharpCompress.Test/Arj/ArjReaderAsyncTests.cs(+4 -4)📝
tests/SharpCompress.Test/GZip/AsyncTests.cs(+4 -4)📝
tests/SharpCompress.Test/GZip/GZipReaderAsyncTests.cs(+2 -2)📝
tests/SharpCompress.Test/ProgressReportTests.cs(+1 -1)📝
tests/SharpCompress.Test/Rar/RarReaderAsyncTests.cs(+5 -5)📝
tests/SharpCompress.Test/ReaderTests.cs(+1 -1)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+3 -2)📝
tests/SharpCompress.Test/Tar/TarArchiveAsyncTests.cs(+4 -1)📝
tests/SharpCompress.Test/Tar/TarReaderAsyncTests.cs(+5 -5)📝
tests/SharpCompress.Test/WriterTests.cs(+1 -1)📝
tests/SharpCompress.Test/Zip/Zip64AsyncTests.cs(+1 -1)📝
tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs(+4 -4)📝
tests/SharpCompress.Test/packages.lock.json(+242 -68)➕
tests/SharpCompress.Test/xunit.runner.json(+3 -0)📄 Description
This properly adds support for ValueTask but this also meant I didn't realize a lot of tests weren't passing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.