7 references to Error
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
197
Aspire.Hosting.MessageIntent.
Error
=> Aspire.DashboardService.Proto.V1.MessageIntent.Error,
Dcp\DcpHost.cs (2)
401
Intent = MessageIntent.
Error
,
420
Intent = MessageIntent.
Error
,
Aspire.Hosting.Tests (3)
Dcp\DcpHostNotificationTests.cs (3)
87
Assert.Equal(MessageIntent.
Error
, notificationOptions.Intent);
246
Assert.Equal(MessageIntent.
Error
, notificationOptions.Intent);
360
Assert.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" });