5 overrides of OperationCompletedPrefix
aspire (5)
Commands\DeployCommand.cs (1)
33protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix;
Commands\DestroyCommand.cs (1)
35protected override string OperationCompletedPrefix => DestroyCommandStrings.OperationCompletedPrefix;
Commands\DoCommand.cs (1)
56protected override string OperationCompletedPrefix => DoCommandStrings.OperationCompletedPrefix;
Commands\PublishCommand.cs (1)
48protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix;
Commands\RenderCommand.cs (1)
820protected override string OperationCompletedPrefix => "Publish";
1 reference to OperationCompletedPrefix
aspire (1)
Commands\PipelineCommandBase.cs (1)
800InteractionService.DisplaySubtleMessage($"[[DEBUG]] {OperationCompletedPrefix}: {status} - {statusText}", allowMarkup: true);