2 overrides of OperationCompletedPrefix
aspire (2)
Commands\DeployCommand.cs (1)
21protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix;
Commands\PublishCommand.cs (1)
43protected 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}:[/]";