10 references to Error
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
217
Aspire.Hosting.MessageIntent.
Error
=> Aspire.DashboardService.Proto.V1.MessageIntent.Error,
Dcp\DcpHost.cs (3)
184
Intent = MessageIntent.
Error
,
450
Intent = MessageIntent.
Error
,
469
Intent = MessageIntent.
Error
,
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
210
Intent = MessageIntent.
Error
,
Aspire.Hosting.Tests (4)
Dcp\DcpHostNotificationTests.cs (4)
117
Assert.Equal(MessageIntent.
Error
, notificationOptions.Intent);
162
Assert.Equal(MessageIntent.
Error
, notificationOptions.Intent);
340
Assert.Equal(MessageIntent.
Error
, notificationOptions.Intent);
470
Assert.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" });