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

2026-08-25

feat: add diagnostic source for process lifecycle
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m21s
default / dotnet-default-workflow (push) Successful in 1m12s
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.
2026-08-25 22:30:37 +02:00