7 references to Error
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
197Aspire.Hosting.MessageIntent.Error => Aspire.DashboardService.Proto.V1.MessageIntent.Error,
Dcp\DcpHost.cs (2)
401Intent = MessageIntent.Error, 420Intent = MessageIntent.Error,
Aspire.Hosting.Tests (3)
Dcp\DcpHostNotificationTests.cs (3)
87Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 246Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 360Assert.Equal(MessageIntent.Error, notificationOptions.Intent);
Stress.AppHost (1)
InteractionCommands.cs (1)
39_ = interactionService.PromptNotificationAsync("Error bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Error, LinkText = "Click here for more information", LinkUrl = "https://www.microsoft.com" });