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