1 write to _logger
aspire (1)
Projects\RunningInstanceManager.cs (1)
36_logger = logger;
6 references to _logger
aspire (6)
Projects\RunningInstanceManager.cs (6)
53using var backchannel = await AppHostAuxiliaryBackchannel.ConnectAsync(socketPath, _logger, _profilingTelemetry, cancellationToken).ConfigureAwait(false); 60_logger.LogWarning("Failed to get AppHost information from running instance"); 75AppHostHelper.TryDeleteSocketFile(socketPath, _logger); 79_logger.LogWarning("Failed to stop running instance within timeout"); 86_logger.LogWarning(ex, "Failed to stop running instance"); 105_logger.LogWarning("Failed to get AppHost information from running instance");