3 references to DashboardService
Aspire.Hosting (3)
Dashboard\DashboardServiceData.cs (1)
11/// Models the state for <see cref="DashboardService"/>, as that service is constructed
Dashboard\DashboardServiceHost.cs (2)
23/// Hosts a gRPC service via <see cref="DashboardService"/> (aka the "Resource Service") that a dashboard can connect to. 124_app.MapGrpcService<DashboardService>();