5 writes to IsRunning
aspire (5)
src\Shared\ContainerRuntimeDetector.cs (5)
160
IsRunning
= false,
181
IsRunning
= false,
199
IsRunning
= true,
226
IsRunning
= false,
241
IsRunning
= false,
6 references to IsRunning
aspire (6)
src\Shared\ContainerRuntimeDetector.cs (5)
80
public bool IsHealthy => IsInstalled &&
IsRunning
;
307
else if (!best.
IsRunning
&& candidate.
IsRunning
)
313
&& candidate.
IsRunning
== best.
IsRunning
)
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (1)
173
if (!info.
IsRunning
)