Commit graph process/src/process.tests
Author SHA1 Message Date
a2a8b548d7 feat: add diagnostic source for process lifecycle
Some checks failed
default / dotnet-default-workflow (pull_request) Failing after 56s
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
cce841a06e feat: add overloads that allow to the the buffer size for the copy
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m18s
default / dotnet-default-workflow (push) Successful in 1m14s
2026-08-25 20:06:27 +02:00
25ad2b55b5 fix: ensure process output pipe is drained by caller
Some checks failed
default / dotnet-default-workflow (pull_request) Successful in 2m27s
default / dotnet-default-workflow (push) Has been cancelled
2026-08-25 19:43:01 +02:00
c7fb3fa867
chore: update editorconfig to be in sync with other projects 2026-05-21 22:05:33 +02:00
a6f1140b1f
chore: update insert_final_newline setting
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m11s
default / dotnet-default-workflow (push) Successful in 1m10s
2026-05-16 12:30:04 +02:00
48c483c568
build: initial project release
All checks were successful
release / dotnet-release-workflow (push) Successful in 1m23s
2026-05-10 10:49:39 +02:00