Implemented interface member:
method
ShowStatusAsync<T>
Aspire.Cli.Interaction.IInteractionService.ShowStatusAsync<T>(System.String, System.Func<System.Threading.Tasks.Task<T>>)
1 reference to ShowStatusAsync
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
176
var actualResult = await interactionService.
ShowStatusAsync
(statusText, () => Task.FromResult(result));