6 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 (2)
DevTunnelResourceBuilderExtensionsTests.cs (2)
301app.Services.GetRequiredService<LoggedOutNotificationManager>(), 359app.Services.GetRequiredService<LoggedOutNotificationManager>(),