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