2 instantiations of DashboardDialogService
Aspire.Dashboard.Tests (2)
Model\DashboardCommandExecutorTests.cs (1)
150
var dialogService = new
DashboardDialogService
(
Model\ResourceMenuBuilderTests.cs (1)
36
_dialogService = new
DashboardDialogService
(
47 references to DashboardDialogService
Aspire.Dashboard (36)
Components\Controls\Chart\MetricTable.razor.cs (1)
40
public required
DashboardDialogService
DialogService { get; init; }
Components\Controls\Chart\PlotlyChart.razor.cs (1)
31
public required
DashboardDialogService
DialogService { get; init; }
Components\Controls\GridValue.razor.cs (1)
103
public required
DashboardDialogService
DialogService { get; init; }
Components\Controls\PropertyValues\SpanIdButtonValue.razor.cs (1)
24
public required
DashboardDialogService
DialogService { get; init; }
Components\Controls\ResourceDetails.razor.cs (1)
59
public required
DashboardDialogService
DialogService { get; init; }
Components\Controls\SpanDetails.razor.cs (1)
51
public required
DashboardDialogService
DialogService { get; init; }
Components\Dialogs\ExemplarsDialog.razor.cs (1)
24
public required
DashboardDialogService
DialogService { get; init; }
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
387
public static async Task OpenDialogAsync(
DashboardDialogService
dialogService,
Components\Dialogs\SettingsDialog.razor.cs (1)
32
public required
DashboardDialogService
DialogService { get; init; }
Components\Interactions\InteractionsProvider.cs (3)
72
public required
DashboardDialogService
DialogService { get; init; }
159
Func<
DashboardDialogService
, Task<IDialogReference>> openDialog;
619
public async Task<IDialogReference> ShowMessageBoxAsync(
DashboardDialogService
dialogService, MessageBoxContent content, DialogParameters parameters)
Components\Layout\AspirePageContentLayout.razor.cs (1)
55
public required
DashboardDialogService
DialogService { get; init; }
Components\Layout\MainLayout.razor.cs (1)
62
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\ConsoleLogs.razor.cs (1)
126
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\Resources.razor.cs (1)
70
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\StructuredLogs.razor.cs (1)
73
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\TraceDetail.razor.cs (1)
92
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\Traces.razor.cs (1)
72
public required
DashboardDialogService
DialogService { get; init; }
DashboardWebApplication.cs (1)
373
builder.Services.AddScoped<
DashboardDialogService
>();
Model\DashboardCommandExecutor.cs (4)
18
DashboardDialogService
dialogService,
361
var
dialogService = services.GetRequiredService<
DashboardDialogService
>();
367
private static async Task OpenViewResponseDialogAsync(
DashboardDialogService
dialogService, CommandViewModel command, ResourceCommandResponseViewModel response)
Model\OpenTextVisualizerDialogOptions.cs (1)
11
public required
DashboardDialogService
DialogService { get; init; }
Model\ResourceMenuBuilder.cs (2)
35
private readonly
DashboardDialogService
_dialogService;
47
DashboardDialogService
dialogService,
Model\SpanMenuBuilder.cs (2)
28
private readonly
DashboardDialogService
_dialogService;
37
DashboardDialogService
dialogService,
Model\StructuredLogMenuBuilder.cs (2)
27
private readonly
DashboardDialogService
_dialogService;
36
DashboardDialogService
dialogService,
Model\TraceLinkHelpers.cs (2)
21
DashboardDialogService
dialogService,
38
DashboardDialogService
dialogService,
Model\TraceMenuBuilder.cs (2)
27
private readonly
DashboardDialogService
_dialogService;
36
DashboardDialogService
dialogService,
Utils\FilterHelpers.cs (1)
99
DashboardDialogService
dialogService,
Aspire.Dashboard.Components.Tests (9)
Controls\GenAIVisualizerDialogTests.cs (7)
39
var cut = SetUpDialog(out
var
dialogService);
106
var cut = SetUpDialog(out
var
dialogService);
133
var cut = SetUpDialog(out
var
dialogService);
182
var cut = SetUpDialog(out
var
dialogService);
266
var cut = SetUpDialog(out
var
dialogService);
359
private IRenderedFragment SetUpDialog(out
DashboardDialogService
dialogService)
370
dialogService = Services.GetRequiredService<
DashboardDialogService
>();
Interactions\InteractionsProviderTests.cs (1)
696
Services.AddScoped<
DashboardDialogService
>();
Shared\FluentUISetupHelpers.cs (1)
242
context.Services.AddScoped<
DashboardDialogService
>();
Aspire.Dashboard.Tests (2)
Model\DashboardCommandExecutorTests.cs (1)
150
var
dialogService = new DashboardDialogService(
Model\ResourceMenuBuilderTests.cs (1)
27
private readonly
DashboardDialogService
_dialogService;