2 overrides of OperationCompletedPrefix
aspire (2)
Commands\DeployCommand.cs (1)
22protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix;
Commands\PublishCommand.cs (1)
44protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix;
2 references to OperationCompletedPrefix
aspire (2)
Commands\PublishCommandBase.cs (2)
412? $"[yellow]⚠ {OperationCompletedPrefix}:[/]" 413: $"[green]✓ {OperationCompletedPrefix}:[/]";