process/src/process.tests
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
..
_fixture chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
.editorconfig chore: update editorconfig to be in sync with other projects 2026-05-21 22:05:33 +02:00
CancellationTests.cs chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
CommandTests.cs chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
DiagnosticListenerTests.cs feat: add diagnostic source for process lifecycle 2026-08-25 22:03:09 +02:00
ExecuteTests.cs chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
Geekeey.Process.Tests.csproj build: initial project release 2026-05-10 10:49:39 +02:00
LineBreakTests.cs chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
NullPipeConcurrencyTests.cs fix: ensure process output pipe is drained by caller 2026-08-25 19:43:01 +02:00
PathResolutionTests.cs chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00
PipingTests.cs feat: add overloads that allow to the the buffer size for the copy 2026-08-25 20:06:27 +02:00
ValidationTests.cs chore: update insert_final_newline setting 2026-05-16 12:30:04 +02:00