9 references to Error
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
187Aspire.Hosting.MessageIntent.Error => Aspire.DashboardService.Proto.V1.MessageIntent.Error,
Dcp\DcpHost.cs (3)
175Intent = MessageIntent.Error, 560Intent = MessageIntent.Error, 579Intent = MessageIntent.Error,
Aspire.Hosting.Tests (4)
Dcp\DcpHostNotificationTests.cs (4)
118Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 161Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 333Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 459Assert.Equal(MessageIntent.Error, notificationOptions.Intent);
Stress.AppHost (1)
InteractionCommands.cs (1)
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" });