mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[PR #113] [MERGED] Implement async event pattern for PhaseEvent (v1.20.0) #113
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/Corsinvest/cv4pve-autosnap/pull/113
Author: @franklupo
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @franklupo
Base:
master← Head:feature/async-phase-event📝 Commits (1)
e5d8e2cImplement async event pattern for PhaseEvent and bump version to 1.20.0📊 Changes
3 files changed (+30 additions, -32 deletions)
View changed files
📝
Directory.Build.props(+1 -1)📝
src/Corsinvest.ProxmoxVE.AutoSnap.Api/Application.cs(+25 -29)📝
src/Corsinvest.ProxmoxVE.AutoSnap/Commands.cs(+4 -2)📄 Description
Summary
EventHandler<PhaseEventArgs>withFunc<PhaseEventArgs, Task>to support async handlersCallPhaseEventAsynciteratesGetInvocationList()to await each subscriber individuallyCommands.App_PhaseEventsignature to match new delegate type1.19.0→1.20.0Test plan
snapcommand and verify phase events fire correctlycleancommand and verify phase events fire correctly🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.