2 overrides of OperationCompletedPrefix
aspire (2)
Commands\DeployCommand.cs (1)
29protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix;
Commands\PublishCommand.cs (1)
44protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix;
3 references to OperationCompletedPrefix
aspire (3)
Commands\PublishCommandBase.cs (3)
309InteractionService.DisplaySubtleMessage($"[DEBUG] {OperationCompletedPrefix}: {status} - {publishingActivity.Data.StatusText}"); 471? $"[yellow]⚠ {OperationCompletedPrefix}:[/]" 472: $"[green]✓ {OperationCompletedPrefix}:[/]";