7 references to InteractionsTerminalDialog
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
256
openDialog = dialogService => dialogService.ShowDialogAsync<
InteractionsTerminalDialog
>(vm, dialogParameters);
Aspire.Dashboard.Components.Tests (6)
Dialogs\InteractionsTerminalDialogTests.cs (6)
30
var getCut = InteractionsSetupHelpers.SetupDialog<
InteractionsTerminalDialog
, InteractionsTerminalDialogViewModel>(this, p => p.Content, out var dialogService);
34
await dialogService.ShowDialogAsync<
InteractionsTerminalDialog
>(viewModel, new DialogParameters { Title = "Shell" });
61
var getCut = InteractionsSetupHelpers.SetupDialog<
InteractionsTerminalDialog
, InteractionsTerminalDialogViewModel>(this, p => p.Content, out var dialogService);
63
var dialog = await dialogService.ShowDialogAsync<
InteractionsTerminalDialog
>(viewModel,
88
var getCut = InteractionsSetupHelpers.SetupDialog<
InteractionsTerminalDialog
, InteractionsTerminalDialogViewModel>(this, p => p.Content, out var dialogService);
90
var dialog = await dialogService.ShowDialogAsync<
InteractionsTerminalDialog
>(viewModel, new DialogParameters());