1 write to _logger
aspire (1)
Commands\UpdateCommand.cs (1)
82_logger = logger;
11 references to _logger
aspire (11)
Commands\UpdateCommand.cs (11)
140var resolvedProcessPath = CliPathHelper.ResolveSymlinkOrOriginalPath(processPath, _logger); 283_logger.LogDebug("Using channel '{ChannelName}' from configuration.", channel.Name); 317_logger.LogDebug("Defaulting to identity channel '{ChannelName}'.", identityMatch.Name); 484_logger.LogDebug(ex, "Migration '{MigrationId}' detection failed", migration.Id); 550_logger.LogDebug(ex, "Migration '{MigrationId}' apply failed", migration.Id); 632_logger.LogWarning(ex, "Failed to check target Aspire SDK version before project update"); 807_logger.LogDebug("Creating backup: {BackupPath}", backupPath); 824_logger.LogDebug("Testing new CLI executable and displaying version"); 855_logger.LogWarning("Update failed, restoring backup"); 910_logger.LogWarning(ex, "Failed to set executable permission on {FilePath}", filePath); 963_logger.LogWarning(ex, "Failed to clean up directory {Directory}", directory);