4 writes to IsProcessRunning
Aspire.Hosting.RemoteHost.Tests (4)
OrphanDetectorTests.cs (4)
42
IsProcessRunning
= _ => false,
68
IsProcessRunning
= _ => throw new InvalidOperationException("PID-only path should not be used when REMOTE_APP_HOST_STARTED is set."),
117
IsProcessRunning
= _ => throw new InvalidOperationException("Start time from ASPIRE_CLI_STARTED should select the legacy start-time path."),
143
IsProcessRunning
= _ => throw new InvalidOperationException("Start time from ASPIRE_CLI_STARTED_STABLE should select the start-time path."),
1 reference to IsProcessRunning
Aspire.Hosting.RemoteHost (1)
OrphanDetector.cs (1)
82
_ =>
IsProcessRunning
(pid)