1 instantiation of DashboardEventHandlers
Aspire.Hosting.Tests (1)
Dashboard\DashboardEventHandlersTests.cs (1)
871
return 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)
47
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory);
97
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, loggerFactory: factory);
188
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration);
241
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
293
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
345
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
386
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
438
var
hook = CreateHook(
522
var
hook = CreateHook(
600
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
683
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
752
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
819
var
hook = CreateHook(resourceLoggerService, resourceNotificationService, configuration, dashboardOptions: dashboardOptions);
850
private static
DashboardEventHandlers
CreateHook(
DistributedApplicationBuilderTests.cs (1)
61
s => Assert.IsType<
DashboardEventHandlers
>(s),