1 instantiation of DashboardEventHandlers
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
584
return 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)
46
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory);
87
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration);
135
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
183
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
228
var
hook = CreateHook(
313
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
396
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
465
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
532
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
563
private static
DashboardEventHandlers
CreateHook(
Dashboard\DashboardResourceTests.cs (1)
738
else if (endpoint.Name ==
DashboardEventHandlers
.McpEndpointName)
DistributedApplicationBuilderTests.cs (1)
56
s => Assert.IsType<
DashboardEventHandlers
>(s),