1 write to _logger
aspire (1)
Commands\RunCommand.cs (1)
84
_logger
= logger;
4 references to _logger
aspire (4)
Commands\RunCommand.cs (4)
539
using var backchannel = await AppHostAuxiliaryBackchannel.ConnectAsync(socketPath,
_logger
, cancellationToken).ConfigureAwait(false);
546
_logger
.LogDebug("Failed to stop running instance because appHostInfo was null. This may indicate the backchannel connection was established but no AppHost information was received.");
566
_logger
.LogDebug("Failed to stop running instance because the process did not terminate within the {TimeoutMs}ms timeout period. The process may still be shutting down.", ProcessTerminationTimeoutMs);
573
_logger
.LogDebug(ex, "Failed to stop running instance due to an exception. The instance may have already exited or the connection may have been lost.");