1 instantiation of DashboardEventHandlers
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
575
return new
DashboardEventHandlers
(
13 references to DashboardEventHandlers
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
455
_innerBuilder.Services.AddEventingSubscriber<
DashboardEventHandlers
>();
Aspire.Hosting.Tests (12)
Dashboard\DashboardLifecycleHookTests.cs (10)
43
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory);
84
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration);
132
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
180
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
225
var
hook = CreateHook(
310
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
393
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
462
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
529
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
560
private static
DashboardEventHandlers
CreateHook(
Dashboard\DashboardResourceTests.cs (1)
703
else if (endpoint.Name ==
DashboardEventHandlers
.McpEndpointName)
DistributedApplicationBuilderTests.cs (1)
47
s => Assert.IsType<
DashboardEventHandlers
>(s),