1 instantiation of DashboardEventHandlers
Aspire.Hosting.Tests (1)
Dashboard\DashboardEventHandlersTests.cs (1)
871return new DashboardEventHandlers(
16 references to DashboardEventHandlers
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
526_innerBuilder.Services.AddEventingSubscriber<DashboardEventHandlers>();
Aspire.Hosting.Tests (15)
Dashboard\DashboardEventHandlersTests.cs (14)
47var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory); 97var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory); 188var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration); 241var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 293var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 345var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 386var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 438var hook = CreateHook( 522var hook = CreateHook( 600var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 683var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 752var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 819var hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions); 850private static DashboardEventHandlers CreateHook(
DistributedApplicationBuilderTests.cs (1)
61s => Assert.IsType<DashboardEventHandlers>(s),