4 references to DashboardServiceData
Aspire.Hosting (4)
Dashboard\DashboardService.cs (2)
19
/// required beyond a single request. Longer-scoped data is stored in <see cref="
DashboardServiceData
"/>.
22
internal sealed partial class DashboardService(
DashboardServiceData
serviceData, IHostEnvironment hostEnvironment, IHostApplicationLifetime hostApplicationLifetime, ILogger<DashboardService> logger)
Dashboard\DashboardServiceData.cs (1)
28
ILogger<
DashboardServiceData
> logger,
Dashboard\DashboardServiceHost.cs (1)
115
builder.Services.AddSingleton<
DashboardServiceData
>();