5 overrides of GetProgressMessage
aspire (5)
Commands\DeployCommand.cs (1)
81
protected override string
GetProgressMessage
(ParseResult parseResult)
Commands\DestroyCommand.cs (1)
79
protected override string
GetProgressMessage
(ParseResult parseResult)
Commands\DoCommand.cs (1)
119
protected override string
GetProgressMessage
(ParseResult parseResult)
Commands\PublishCommand.cs (1)
90
protected override string
GetProgressMessage
(ParseResult parseResult) => "Executing step publish";
Commands\RenderCommand.cs (1)
825
protected override string
GetProgressMessage
(ParseResult parseResult) => "Test progress";
1 reference to GetProgressMessage
aspire (1)
Commands\PipelineCommandBase.cs (1)
295
var backchannel = await InteractionService.ShowStatusAsync(
GetProgressMessage
(parseResult), (Func<Task<IAppHostCliBackchannel>>)(async () =>