3 references to Information
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
189
Aspire.Hosting.MessageIntent.
Information
=> Aspire.DashboardService.Proto.V1.MessageIntent.Information,
Stress.AppHost (2)
InteractionCommands.cs (2)
37
_ = interactionService.PromptMessageBarAsync("Information bar", "The command successfully executed.", new MessageBarInteractionOptions { Intent = MessageIntent.
Information
});
41
_ = interactionService.PromptMessageBarAsync("No dismiss", "The command successfully executed.", new MessageBarInteractionOptions { Intent = MessageIntent.
Information
, ShowDismiss = false });