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