3 references to ToastTimeout
Aspire.Dashboard (2)
Model\DashboardCommandExecutor.cs (2)
248toastOptions.Lifetime = DashboardUIHelpers.ToastTimeout; 291await Task.Delay(DashboardUIHelpers.ToastTimeout, cancellationToken).ConfigureAwait(false);
Aspire.Dashboard.Tests (1)
Model\DashboardCommandExecutorTests.cs (1)
185Assert.Equal(DashboardUIHelpers.ToastTimeout, resultToast.Options.Lifetime);