1 write to _logger
aspire (1)
Commands\UpdateCommand.cs (1)
82
_logger
= logger;
11 references to _logger
aspire (11)
Commands\UpdateCommand.cs (11)
140
var 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);