mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #1124] [MERGED] Fix async test method naming inconsistency in ZipArchiveAsyncTests #1552
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/1124
Author: @Copilot
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/12/2026
Merged by: @adamhathcock
Base:
adam/async← Head:copilot/sub-pr-1121📝 Commits (2)
0f37049Initial plan921cff0Fix async test method naming: rename Sync to Async📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
tests/SharpCompress.Test/Zip/ZipArchiveAsyncTests.cs(+2 -2)📄 Description
Two async test methods in
ZipArchiveAsyncTests.cshad "Sync" suffixes despite being async methods usingawait.Changes
Zip_Random_Write_Remove_Sync→Zip_Random_Write_Remove_AsyncZip_Random_Write_Add_Sync→Zip_Random_Write_Add_AsyncBoth methods use
async ValueTaskandawait archive.SaveToAsync(), so the "Async" suffix correctly reflects their implementation.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.