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