4 references to Information
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
198
Aspire.Hosting.MessageIntent.
Information
=> Aspire.DashboardService.Proto.V1.MessageIntent.Information,
Aspire.Hosting.Tests (1)
Publishing\PublishingActivityReporterTests.cs (1)
502
Intent = MessageIntent.
Information
,
Stress.AppHost (2)
InteractionCommands.cs (2)
37
_ = interactionService.PromptNotificationAsync("Information bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.
Information
});
41
_ = interactionService.PromptNotificationAsync("No dismiss", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.
Information
, ShowDismiss = false });