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