5 writes to IsProcessRunningWithStartTime
Aspire.Hosting.RemoteHost.Tests (5)
OrphanDetectorTests.cs (5)
44
IsProcessRunningWithStartTime
= (_, _) => throw new InvalidOperationException("Start-time path should not be used without REMOTE_APP_HOST_STARTED."),
69
IsProcessRunningWithStartTime
= (_, _) => false,
94
IsProcessRunningWithStartTime
= (_, _) => false,
118
IsProcessRunningWithStartTime
= (_, _) => throw new InvalidOperationException("Legacy ASPIRE_CLI_STARTED should not use the stable start-time path."),
144
IsProcessRunningWithStartTime
= (_, startTime) =>
1 reference to IsProcessRunningWithStartTime
Aspire.Hosting.RemoteHost (1)
OrphanDetector.cs (1)
81
{ } expected =>
IsProcessRunningWithStartTime
(pid, expected),