Implemented interface member:
method
DisplayLiveAsync
Aspire.Cli.Interaction.IInteractionService.DisplayLiveAsync(Spectre.Console.Rendering.IRenderable, System.Func<System.Action<Spectre.Console.Rendering.IRenderable>, System.Threading.Tasks.Task>)
3 references to DisplayLiveAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
640
return _consoleInteractionService.
DisplayLiveAsync
(initialRenderable, callback);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
43
interactionService.
DisplayLiveAsync
(Text.Empty, _ =>
67
await interactionService.
DisplayLiveAsync
(new Text("Initial\n"), update =>