1 instantiation of LauncherLivenessMonitor
aspire (1)
Processes\LauncherLivenessMonitor.cs (1)
76
return new
LauncherLivenessMonitor
(monitor);
11 references to LauncherLivenessMonitor
aspire (3)
Commands\RunCommand.cs (2)
245
LauncherLivenessMonitor
? launcherMonitor = null;
358
launcherMonitor =
LauncherLivenessMonitor
.StartIfConfigured(_configuration, runCts, _timeProvider, _logger);
Processes\LauncherLivenessMonitor.cs (1)
37
public static
LauncherLivenessMonitor
? StartIfConfigured(
Aspire.Cli.Tests (8)
Processes\LauncherLivenessMonitorTests.cs (8)
22
var
monitor =
LauncherLivenessMonitor
.StartIfConfigured(configuration, runCts, TimeProvider.System, NullLogger.Instance);
38
await using
var
monitor =
LauncherLivenessMonitor
.StartIfConfigured(configuration, runCts, TimeProvider.System, NullLogger.Instance);
62
await using (
var
monitor =
LauncherLivenessMonitor
.StartIfConfigured(configuration, runCts, TimeProvider.System, NullLogger.Instance))
81
var
monitor =
LauncherLivenessMonitor
.StartIfConfigured(configuration, runCts, TimeProvider.System, NullLogger.Instance);