13 references to Warning
Aspire.Hosting (4)
ApplicationModel\RequiredCommandValidator.cs (1)
126Intent = MessageIntent.Warning,
Dashboard\DashboardService.cs (1)
186Aspire.Hosting.MessageIntent.Warning => Aspire.DashboardService.Proto.V1.MessageIntent.Warning,
Orchestrator\ParameterProcessor.cs (1)
568Intent = MessageIntent.Warning,
Pipelines\DistributedApplicationPipeline.cs (1)
181Intent = MessageIntent.Warning
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
1672Intent = MessageIntent.Warning,
Aspire.Hosting.Azure.Tests (2)
AzureEnvironmentResourceExtensionsTests.cs (2)
429Assert.Equal(MessageIntent.Warning, options.Intent); 458Assert.Equal(MessageIntent.Warning, notificationOptions.Intent);
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
61Intent = MessageIntent.Warning,
LoggedOutNotificationManager.cs (1)
19new() { Intent = MessageIntent.Warning },
Aspire.Hosting.EntityFrameworkCore (2)
EFResourceBuilderExtensions.cs (2)
936Intent = MessageIntent.Warning, 978Intent = MessageIntent.Warning,
Stress.AppHost (2)
InteractionCommands.cs (2)
21var resultTask2 = interactionService.PromptMessageBoxAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning, ShowSecondaryButton = true }, cancellationToken: commandContext.CancellationToken); 40_ = interactionService.PromptNotificationAsync("Warning bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Warning });