13 references to Warning
Aspire.Hosting (4)
ApplicationModel\RequiredCommandValidator.cs (1)
126
Intent = MessageIntent.
Warning
,
Dashboard\DashboardService.cs (1)
186
Aspire.Hosting.MessageIntent.
Warning
=> Aspire.DashboardService.Proto.V1.MessageIntent.Warning,
Orchestrator\ParameterProcessor.cs (1)
568
Intent = MessageIntent.
Warning
,
Pipelines\DistributedApplicationPipeline.cs (1)
181
Intent = MessageIntent.
Warning
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
1672
Intent = MessageIntent.
Warning
,
Aspire.Hosting.Azure.Tests (2)
AzureEnvironmentResourceExtensionsTests.cs (2)
429
Assert.Equal(MessageIntent.
Warning
, options.Intent);
458
Assert.Equal(MessageIntent.
Warning
, notificationOptions.Intent);
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
61
Intent = MessageIntent.
Warning
,
LoggedOutNotificationManager.cs (1)
19
new() { Intent = MessageIntent.
Warning
},
Aspire.Hosting.EntityFrameworkCore (2)
EFResourceBuilderExtensions.cs (2)
936
Intent = MessageIntent.
Warning
,
978
Intent = MessageIntent.
Warning
,
Stress.AppHost (2)
InteractionCommands.cs (2)
21
var 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
});