1 instantiation of DashboardEventHandlers
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
584return new DashboardEventHandlers(
13 references to DashboardEventHandlers
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
465_innerBuilder.Services.AddEventingSubscriber<DashboardEventHandlers>();
Aspire.Hosting.Tests (12)
Dashboard\DashboardLifecycleHookTests.cs (10)
46var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory); 87var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration); 135var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 183var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 228var hook = CreateHook( 313var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 396var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 465var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 532var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 563private static DashboardEventHandlers CreateHook(
Dashboard\DashboardResourceTests.cs (1)
738else if (endpoint.Name == DashboardEventHandlers.McpEndpointName)
DistributedApplicationBuilderTests.cs (1)
56s => Assert.IsType<DashboardEventHandlers>(s),