2 writes to _logger
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
47_logger = logger; 61_logger = logger;
7 references to _logger
aspire (7)
Backchannel\AppHostAuxiliaryBackchannel.cs (7)
118_logger?.LogDebug("Connecting to auxiliary backchannel at {SocketPath}", SocketPath); 131_logger?.LogDebug("Connected to auxiliary backchannel at {SocketPath}", SocketPath); 150_logger?.LogDebug("Requesting AppHost information"); 173_logger?.LogDebug("Requesting AppHost to stop"); 182_logger?.LogDebug("Stop request sent to AppHost"); 188_logger?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 205_logger?.LogDebug("Requesting Dashboard MCP connection info");