1 instantiation of DashboardDialogService
Aspire.Dashboard.Tests (1)
Model\ResourceMenuBuilderTests.cs (1)
31
_dialogService = new
DashboardDialogService
(
41 references to DashboardDialogService
Aspire.Dashboard (32)
Components\Controls\Chart\MetricTable.razor.cs (1)
38
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)
62
public required
DashboardDialogService
DialogService { get; init; }
Components\Controls\SpanDetails.razor.cs (1)
53
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)
335
public static async Task OpenDialogAsync(
DashboardDialogService
dialogService,
Components\Dialogs\SettingsDialog.razor.cs (1)
31
public required
DashboardDialogService
DialogService { get; init; }
Components\Interactions\InteractionsProvider.cs (3)
72
public required
DashboardDialogService
DialogService { get; init; }
159
Func<
DashboardDialogService
, Task<IDialogReference>> openDialog;
569
public async Task<IDialogReference> ShowMessageBoxAsync(
DashboardDialogService
dialogService, MessageBoxContent content, DialogParameters parameters)
Components\Layout\AspirePageContentLayout.razor.cs (1)
47
public required
DashboardDialogService
DialogService { get; init; }
Components\Layout\MainLayout.razor.cs (1)
54
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\ConsoleLogs.razor.cs (1)
135
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\Resources.razor.cs (1)
77
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\StructuredLogs.razor.cs (1)
69
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\TraceDetail.razor.cs (1)
97
public required
DashboardDialogService
DialogService { get; init; }
Components\Pages\Traces.razor.cs (1)
68
public required
DashboardDialogService
DialogService { get; init; }
Components_Controls_ExceptionDetails_razor.g.cs (1)
334
public required
DashboardDialogService
DialogService { get; init; }
DashboardWebApplication.cs (1)
324
builder.Services.AddScoped<
DashboardDialogService
>();
Model\OpenTextVisualizerDialogOptions.cs (1)
11
public required
DashboardDialogService
DialogService { get; init; }
Model\ResourceMenuBuilder.cs (2)
44
private readonly
DashboardDialogService
_dialogService;
59
DashboardDialogService
dialogService)
Model\SpanMenuBuilder.cs (2)
36
private readonly
DashboardDialogService
_dialogService;
48
DashboardDialogService
dialogService,
Model\StructuredLogMenuBuilder.cs (2)
31
private readonly
DashboardDialogService
_dialogService;
42
DashboardDialogService
dialogService,
Model\TraceLinkHelpers.cs (2)
21
DashboardDialogService
dialogService,
38
DashboardDialogService
dialogService,
Model\TraceMenuBuilder.cs (2)
34
private readonly
DashboardDialogService
_dialogService;
46
DashboardDialogService
dialogService,
Aspire.Dashboard.Components.Tests (8)
Controls\GenAIVisualizerDialogTests.cs (6)
36
var cut = SetUpDialog(out
var
dialogService);
102
var cut = SetUpDialog(out
var
dialogService);
122
var cut = SetUpDialog(out
var
dialogService);
206
var cut = SetUpDialog(out
var
dialogService);
306
private IRenderedFragment SetUpDialog(out
DashboardDialogService
dialogService)
317
dialogService = Services.GetRequiredService<
DashboardDialogService
>();
Interactions\InteractionsProviderTests.cs (1)
526
Services.AddScoped<
DashboardDialogService
>();
Shared\FluentUISetupHelpers.cs (1)
151
context.Services.AddScoped<
DashboardDialogService
>();
Aspire.Dashboard.Tests (1)
Model\ResourceMenuBuilderTests.cs (1)
25
private readonly
DashboardDialogService
_dialogService;