2 overrides of GetProgressMessage
aspire (2)
Commands\DeployCommand.cs (1)
35
protected override string
GetProgressMessage
() => PublishCommandStrings.GeneratingArtifacts;
Commands\PublishCommand.cs (1)
57
protected override string
GetProgressMessage
() => PublishCommandStrings.GeneratingArtifacts;
1 reference to GetProgressMessage
aspire (1)
Commands\PublishCommandBase.cs (1)
157
var backchannel = await _interactionService.ShowStatusAsync($":hammer_and_wrench: {
GetProgressMessage
()}", async ()=>