process/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Louis Seubert a2a8b548d7
Some checks failed
default / dotnet-default-workflow (pull_request) Failing after 56s
feat: add diagnostic source for process lifecycle
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:03:09 +02:00
..
process feat: add diagnostic source for process lifecycle 2026-08-25 22:03:09 +02:00
process.dummy.app chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
process.tests feat: add diagnostic source for process lifecycle 2026-08-25 22:03:09 +02:00