feat: add diagnostic source for process lifecycle #6

Merged
louis9902 merged 1 commit from feature/diagnostic_source into main 2026-08-25 20:33:02 +00:00
Owner

The library publishes process lifecycle events through a DiagnosticListener named
Geekeey.Process. Subscribe through DiagnosticListener.AllListeners and handle the
starting, started, and finished events. Each event value is a mutable Hashtable
that is shared by the lifecycle, so values added by a listener remain available to later
stages.

The library publishes process lifecycle events through a `DiagnosticListener` named `Geekeey.Process`. Subscribe through `DiagnosticListener.AllListeners` and handle the `starting`, `started`, and `finished` events. Each event value is a mutable `Hashtable` that is shared by the lifecycle, so values added by a listener remain available to later stages.
feat: add diagnostic source for process lifecycle
Some checks failed
default / dotnet-default-workflow (pull_request) Failing after 56s
a2a8b548d7
The library publishes process lifecycle events through a `DiagnosticListener` named
`Geekeey.Process`. Subscribe through `DiagnosticListener.AllListeners` and handle the
`starting`, `started`, and `finished` events. Each event value is a mutable `Hashtable`
that is shared by the lifecycle, so values added by a listener remain available to later
stages.
louis9902 force-pushed feature/diagnostic_source from a2a8b548d7
Some checks failed
default / dotnet-default-workflow (pull_request) Failing after 56s
to ee072a398f
Some checks failed
default / dotnet-default-workflow (pull_request) Failing after 57s
2026-08-25 20:07:33 +00:00
Compare
louis9902 force-pushed feature/diagnostic_source from ee072a398f
Some checks failed
default / dotnet-default-workflow (pull_request) Failing after 57s
to 50a92291dc
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m21s
default / dotnet-default-workflow (push) Successful in 1m12s
2026-08-25 20:30:40 +00:00
Compare
louis9902 deleted branch feature/diagnostic_source 2026-08-25 20:33:02 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
geekeey/process!6
No description provided.