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