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