10 references to Warning
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
216Aspire.Hosting.MessageIntent.Warning => Aspire.DashboardService.Proto.V1.MessageIntent.Warning,
Orchestrator\ParameterProcessor.cs (1)
242Intent = MessageIntent.Warning,
Aspire.Hosting.Azure (1)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
111Intent = MessageIntent.Warning,
Aspire.Hosting.Azure.Functions (1)
src\Shared\RequiredCommandValidator.cs (1)
128Intent = MessageIntent.Warning,
Aspire.Hosting.DevTunnels (3)
DevTunnelLoginManager.cs (1)
62Intent = MessageIntent.Warning,
LoggedOutNotificationManager.cs (1)
20new() { Intent = MessageIntent.Warning },
src\Shared\RequiredCommandValidator.cs (1)
128Intent = MessageIntent.Warning,
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
128Intent = MessageIntent.Warning,
Stress.AppHost (2)
InteractionCommands.cs (2)
19var resultTask2 = interactionService.PromptMessageBoxAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning, ShowSecondaryButton = true }, cancellationToken: commandContext.CancellationToken); 38_ = interactionService.PromptNotificationAsync("Warning bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Warning });