1 instantiation of NotificationService
Aspire.Dashboard.Tests (1)
Model\DashboardCommandExecutorTests.cs (1)
155notificationService = new NotificationService(TimeProvider.System);
2 references to NotificationService
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
296builder.Services.TryAddSingleton<INotificationService, NotificationService>();
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
241context.Services.AddSingleton<INotificationService, NotificationService>();