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)
640return _consoleInteractionService.DisplayLiveAsync(initialRenderable, callback);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
43interactionService.DisplayLiveAsync(Text.Empty, _ => 67await interactionService.DisplayLiveAsync(new Text("Initial\n"), update =>