1 write to _logger
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
47_logger = logger;
26 references to _logger
aspire (26)
Backchannel\AppHostAuxiliaryBackchannel.cs (26)
206_logger?.LogDebug("Requesting AppHost information"); 221_logger?.LogDebug("Requesting AppHost to stop"); 230_logger?.LogDebug("Stop request sent to AppHost"); 236_logger?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 250_logger?.LogDebug("Requesting Dashboard MCP connection info"); 265_logger?.LogDebug("Requesting Dashboard URLs"); 279_logger?.LogDebug(ex, "GetDashboardUrlsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 289_logger?.LogDebug("Getting resource snapshots"); 305_logger?.LogDebug(ex, "GetResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 315_logger?.LogDebug("Starting resource snapshots watch"); 327_logger?.LogDebug(ex, "WatchResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 350_logger?.LogDebug("Getting resource logs for {ResourceName} (follow={Follow})", resourceName ?? "all resources", follow); 362_logger?.LogDebug(ex, "GetResourceLogsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 367_logger?.LogDebug(ex, "Error calling GetResourceLogsAsync RPC method. The AppHost may be running an incompatible version."); 391_logger?.LogDebug("Requesting AppHost to call MCP tool {ToolName} on resource {ResourceName}", toolName, resourceName); 430_logger?.LogDebug("Getting AppHost info (v2)"); 475_logger?.LogDebug("Getting Dashboard info (v2)"); 512_logger?.LogDebug("Getting resources (v2)"); 548_logger?.LogDebug("Watching resources (v2)"); 602_logger?.LogDebug("Getting console logs (v2) for {ResourceName}", request.ResourceName); 669_logger?.LogDebug("Calling MCP tool (v2) {ToolName} on {ResourceName}", request.ToolName, request.ResourceName); 694_logger?.LogDebug("Stopping AppHost (v2)"); 721_logger?.LogDebug("Executing command '{CommandName}' on resource '{ResourceName}'", commandName, resourceName); 734_logger?.LogDebug("Command '{CommandName}' on resource '{ResourceName}' completed with success={Success}", commandName, resourceName, response.Success); 757_logger?.LogDebug("Waiting for resource '{ResourceName}' to reach status '{Status}' with timeout {Timeout}s", resourceName, status, timeoutSeconds); 771_logger?.LogDebug("Wait for resource '{ResourceName}' completed: success={Success}, state={State}", resourceName, response.Success, response.State);