3 references to UpdateMessageAsync
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
352
await terminalVM.
UpdateMessageAsync
(GetMessageHtml(item));
Aspire.Dashboard.Components.Tests (2)
Dialogs\InteractionsTerminalDialogTests.cs (2)
47
await cut.InvokeAsync(() => viewModel.
UpdateMessageAsync
("<strong>Updated</strong>"));
103
await viewModel.
UpdateMessageAsync
("After disposal");