10 references to Error
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
217Aspire.Hosting.MessageIntent.Error => Aspire.DashboardService.Proto.V1.MessageIntent.Error,
Dcp\DcpHost.cs (3)
184Intent = MessageIntent.Error, 450Intent = MessageIntent.Error, 469Intent = MessageIntent.Error,
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
210Intent = MessageIntent.Error,
Aspire.Hosting.Tests (4)
Dcp\DcpHostNotificationTests.cs (4)
117Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 162Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 340Assert.Equal(MessageIntent.Error, notificationOptions.Intent); 470Assert.Equal(MessageIntent.Error, notificationOptions.Intent);
Stress.AppHost (1)
InteractionCommands.cs (1)
40_ = interactionService.PromptNotificationAsync("Error bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Error, LinkText = "Click here for more information", LinkUrl = "https://www.microsoft.com" });