68 writes to Action
Aspire.Hosting (16)
ApplicationModel\ProjectResource.cs (2)
47Action = BuildProjectImage, 60Action = ctx => PipelineStepHelpers.PushImageToRegistryAsync(this, ctx),
ContainerResourceBuilderExtensions.cs (2)
45Action = async ctx => 65Action = ctx => PipelineStepHelpers.PushImageToRegistryAsync(builder.Resource, ctx),
Pipelines\DistributedApplicationPipeline.cs (11)
42Action = _ => Task.CompletedTask, 49Action = async context => 65Action = async context => 145Action = _ => Task.CompletedTask, 152Action = context => Task.CompletedTask 161Action = _ => Task.CompletedTask 170Action = async context => 242Action = _ => Task.CompletedTask 249Action = _ => Task.CompletedTask, 257Action = async context => 285Action = action
Publishing\ManifestPublishingExtensions.cs (1)
30Action = async context =>
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (1)
53Action = async ctx => await ProvisionAzureBicepResourceAsync(ctx, this).ConfigureAwait(false),
AzureEnvironmentResource.cs (4)
75Action = ctx => PublishAsync(ctx), 84Action = ctx => ValidateAzureLoginAsync(ctx), 93Action = async ctx => 111Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
47Action = ctx => PrintDashboardUrlAsync(ctx),
AzureContainerAppResource.cs (2)
46Action = async ctx => 73Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceEnvironmentResource.cs (2)
50Action = ctx => ValidateAppServiceConfigurationAsync(ctx, model), 62Action = ctx => PrintDashboardUrlAsync(ctx),
AzureAppServiceWebSiteResource.cs (2)
46Action = async ctx => 71Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryResource.cs (1)
32Action = context => AzureContainerRegistryHelpers.LoginToRegistryAsync(this, context),
Aspire.Hosting.Docker (5)
DockerComposeEnvironmentResource.cs (4)
68Action = ctx => PublishAsync(ctx) 108Action = ctx => PrepareAsync(ctx) 117Action = ctx => DockerComposeUpAsync(ctx), 127Action = ctx => DockerComposeDownAsync(ctx),
DockerComposeServiceResource.cs (1)
47Action = async ctx => await PrintEndpointsAsync(ctx, _composeEnvironmentResource).ConfigureAwait(false),
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
96Action = ctx => PublishAsync(ctx)
Aspire.Hosting.Tests (32)
Helpers\JsonDocumentManifestPublisher.cs (1)
74Action = async context =>
Pipelines\DistributedApplicationPipelineTests.cs (31)
278Action = async (ctx) => 315Action = async (ctx) => 324Action = async (ctx) => 405Action = async (context) => await Task.CompletedTask 412Action = async (context) => await Task.CompletedTask 679Action = async (ctx) => await Task.CompletedTask 686Action = async (ctx) => await Task.CompletedTask 778Action = async (context) => await Task.CompletedTask 785Action = async (context) => await Task.CompletedTask 792Action = async (context) => await Task.CompletedTask 966Action = async (ctx) => 998Action = async (ctx) => 1028Action = async (ctx) => 1058Action = async (ctx) => 1067Action = async (ctx) => 1101Action = async (ctx) => 1110Action = async (ctx) => 1392Action = async (ctx) => await Task.CompletedTask, 1493Action = async (ctx) => await Task.CompletedTask, 1500Action = async (ctx) => await Task.CompletedTask, 1507Action = async (ctx) => await Task.CompletedTask, 1543Action = async (ctx) => await Task.CompletedTask 1548Action = async (ctx) => await Task.CompletedTask 1559Action = async (ctx) => await Task.CompletedTask 1595Action = async (ctx) => await Task.CompletedTask, 1601Action = async (ctx) => await Task.CompletedTask, 1707Action = async (ctx) => await Task.CompletedTask 1747Action = async (ctx) => 1758Action = async (ctx) => 1769Action = async (ctx) => 1780Action = async (ctx) =>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
27Action = PublishAsync
1 reference to Action
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
842await step.Action(stepContext).ConfigureAwait(false);