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