1 write to _logger
aspire (1)
Projects\RunningInstanceManager.cs (1)
36_logger = logger;
5 references to _logger
aspire (5)
Projects\RunningInstanceManager.cs (5)
53using var backchannel = await AppHostAuxiliaryBackchannel.ConnectAsync(appHostSocket, _logger, _profilingTelemetry, cancellationToken).ConfigureAwait(false); 60_logger.LogWarning("Failed to get AppHost information from running instance"); 77_logger.LogWarning("Failed to stop running instance within timeout"); 84_logger.LogWarning(ex, "Failed to stop running instance"); 103_logger.LogWarning("Failed to get AppHost information from running instance");