3 overrides of OperationCompletedPrefix
aspire (3)
Commands\DeployCommand.cs (1)
34protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix;
Commands\DoCommand.cs (1)
36protected override string OperationCompletedPrefix => DoCommandStrings.OperationCompletedPrefix;
Commands\PublishCommand.cs (1)
48protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix;
1 reference to OperationCompletedPrefix
aspire (1)
Commands\PipelineCommandBase.cs (1)
472InteractionService.DisplaySubtleMessage($"[[DEBUG]] {OperationCompletedPrefix}: {status} - {statusText}", allowMarkup: true);