4 references to LoggedOutNotificationManager
Aspire.Hosting.DevTunnels (4)
DevTunnelHealthCheck.cs (2)
13
LoggedOutNotificationManager
loggedOutNotificationManager,
19
private readonly
LoggedOutNotificationManager
_loggedOutNotificationManager = loggedOutNotificationManager ?? throw new ArgumentNullException(nameof(loggedOutNotificationManager));
DevTunnelResourceBuilderExtensions.cs (2)
82
builder.Services.TryAddSingleton<
LoggedOutNotificationManager
>();
95
services.GetRequiredService<
LoggedOutNotificationManager
>(),