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