1 implementation of ShowStatusAsync
aspire (1)
Interaction\InteractionService.cs (1)
20
public async Task<T>
ShowStatusAsync
<T>(string statusText, Func<Task<T>> action)
9 references to ShowStatusAsync
aspire (9)
Commands\AddCommand.cs (2)
79
var packages = await _interactionService.
ShowStatusAsync
(
118
var addPackageResult = await _interactionService.
ShowStatusAsync
(
Commands\NewCommand.cs (3)
120
var candidatePackages = await _interactionService.
ShowStatusAsync
(
141
var templateInstallResult = await _interactionService.
ShowStatusAsync
(
153
var newProjectExitCode = await _interactionService.
ShowStatusAsync
(
Commands\RunCommand.cs (2)
126
var backchannel = await _interactionService.
ShowStatusAsync
(
131
var dashboardUrls = await _interactionService.
ShowStatusAsync
(
Utils\AppHostHelper.cs (2)
54
var appHostInformationResult = await interactionService.
ShowStatusAsync
(
64
return await interactionService.
ShowStatusAsync
(