Skip to content

Fix async test method naming inconsistency in ZipArchiveAsyncTests#1124

Merged
adamhathcock merged 2 commits intoadam/asyncfrom
copilot/sub-pr-1121
Jan 12, 2026
Merged

Fix async test method naming inconsistency in ZipArchiveAsyncTests#1124
adamhathcock merged 2 commits intoadam/asyncfrom
copilot/sub-pr-1121

Conversation

Copy link
Contributor

Copilot AI commented Jan 12, 2026

Two async test methods in ZipArchiveAsyncTests.cs had "Sync" suffixes despite being async methods using await.

Changes

  • Renamed Zip_Random_Write_Remove_SyncZip_Random_Write_Remove_Async
  • Renamed Zip_Random_Write_Add_SyncZip_Random_Write_Add_Async

Both methods use async ValueTask and await 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.

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
@adamhathcock adamhathcock marked this pull request as ready for review January 12, 2026 12:09
@adamhathcock adamhathcock merged commit dadf9e7 into adam/async Jan 12, 2026
@adamhathcock adamhathcock deleted the copilot/sub-pr-1121 branch January 12, 2026 12:09
Copilot AI restored the copilot/sub-pr-1121 branch January 12, 2026 12:09
Copilot AI changed the title [WIP] Address feedback on async implementation for ZipReader and ZipWriter Fix async test method naming inconsistency in ZipArchiveAsyncTests Jan 12, 2026
Copilot AI requested a review from adamhathcock January 12, 2026 12:09
Copilot stopped work on behalf of adamhathcock due to an error January 12, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants