1 write to _logger
aspire (1)
Projects\RunningInstanceManager.cs (1)
32
_logger
= logger;
4 references to _logger
aspire (4)
Projects\RunningInstanceManager.cs (4)
48
using 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");