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