29 instantiations of NotificationInteractionOptions
Aspire.Hosting (10)
Aspire.Hosting.Azure (2)
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
59new()
Aspire.Hosting.Docker (1)
Aspire.Hosting.EntityFrameworkCore (2)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.Tests (1)
Stress.AppHost (10)
InteractionCommands.cs (10)
38_ = interactionService.PromptNotificationAsync("Success bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Success });
39_ = interactionService.PromptNotificationAsync("Information bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Information });
40_ = interactionService.PromptNotificationAsync("Warning bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Warning });
41_ = interactionService.PromptNotificationAsync("Error bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Error, LinkText = "Click here for more information", LinkUrl = "https://www.microsoft.com" });
42_ = interactionService.PromptNotificationAsync("Confirmation bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Confirmation });
43_ = interactionService.PromptNotificationAsync("No dismiss", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Information, ShowDismiss = false });
51_ = interactionService.PromptNotificationAsync("Success <strong>bar</strong>", "The **command** successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Success });
52_ = interactionService.PromptNotificationAsync("Success <strong>bar</strong>", "The **command** successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Success, EnableMessageMarkdown = true });
53_ = interactionService.PromptNotificationAsync("Success <strong>bar</strong>", "Multiline 1\r\n\r\nMultiline 2", new NotificationInteractionOptions { Intent = MessageIntent.Success, EnableMessageMarkdown = true });
532options: new NotificationInteractionOptions { ShowDismiss = showDismiss },
26 references to NotificationInteractionOptions
Aspire.Hosting (8)
Aspire.Hosting.Azure.Tests (5)
Aspire.Hosting.Browsers.Tests (1)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.RemoteHost.Tests (1)
Aspire.Hosting.Tests (10)