5 references to LoggedOutNotificationManager
Aspire.Hosting.DevTunnels (4)
DevTunnelHealthCheck.cs (2)
12LoggedOutNotificationManager loggedOutNotificationManager, 18private readonly LoggedOutNotificationManager _loggedOutNotificationManager = loggedOutNotificationManager ?? throw new ArgumentNullException(nameof(loggedOutNotificationManager));
DevTunnelResourceBuilderExtensions.cs (2)
84builder.Services.TryAddSingleton<LoggedOutNotificationManager>(); 96services.GetRequiredService<LoggedOutNotificationManager>(),
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
262app.Services.GetRequiredService<LoggedOutNotificationManager>(),