2 overrides of OperationCompletedPrefix
aspire (2)
Commands\DeployCommand.cs (1)
21
protected override string
OperationCompletedPrefix
=> DeployCommandStrings.OperationCompletedPrefix;
Commands\PublishCommand.cs (1)
43
protected override string
OperationCompletedPrefix
=> PublishCommandStrings.OperationCompletedPrefix;
3 references to OperationCompletedPrefix
aspire (3)
Commands\PublishCommandBase.cs (3)
285
_interactionService.DisplaySubtleMessage($"[DEBUG] {
OperationCompletedPrefix
}: {status} - {publishingActivity.Data.StatusText}");
447
? $"[yellow]⚠ {
OperationCompletedPrefix
}:[/]"
448
: $"[green]✓ {
OperationCompletedPrefix
}:[/]";