1 write to _logger
aspire (1)
Projects\RunningInstanceManager.cs (1)
32_logger = logger;
4 references to _logger
aspire (4)
Projects\RunningInstanceManager.cs (4)
48using var backchannel = await AppHostAuxiliaryBackchannel.ConnectAsync(socketPath, _logger, cancellationToken).ConfigureAwait(false); 55_logger.LogWarning("Failed to get AppHost information from running instance"); 75_logger.LogWarning("Failed to stop running instance within timeout"); 82_logger.LogWarning(ex, "Failed to stop running instance");