69 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 => 108Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
40Action = ctx => PrintDashboardUrlAsync(ctx),
AzureContainerAppResource.cs (2)
53Action = async ctx => 78Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceEnvironmentResource.cs (1)
43Action = ctx => PrintDashboardUrlAsync(ctx),
AzureAppServiceWebSiteResource.cs (4)
49Action = async ctx => 76Action = async ctx => 118Action = async ctx => 142Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryResource.cs (1)
32Action = context => AzureContainerRegistryHelpers.LoginToRegistryAsync(this, context),
Aspire.Hosting.Docker (5)
DockerComposeEnvironmentResource.cs (4)
67Action = ctx => PublishAsync(ctx) 107Action = ctx => PrepareAsync(ctx) 116Action = ctx => DockerComposeUpAsync(ctx), 126Action = ctx => DockerComposeDownAsync(ctx),
DockerComposeServiceResource.cs (1)
47Action = async ctx => await PrintEndpointsAsync(ctx, _composeEnvironmentResource).ConfigureAwait(false),
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
95Action = ctx => PublishAsync(ctx)
Aspire.Hosting.Tests (32)
Helpers\JsonDocumentManifestPublisher.cs (1)
74Action = async context =>
Pipelines\DistributedApplicationPipelineTests.cs (31)
279Action = async (ctx) => 316Action = async (ctx) => 325Action = async (ctx) => 406Action = async (context) => await Task.CompletedTask 413Action = async (context) => await Task.CompletedTask 680Action = async (ctx) => await Task.CompletedTask 687Action = async (ctx) => await Task.CompletedTask 779Action = async (context) => await Task.CompletedTask 786Action = async (context) => await Task.CompletedTask 793Action = async (context) => await Task.CompletedTask 967Action = async (ctx) => 999Action = async (ctx) => 1029Action = async (ctx) => 1059Action = async (ctx) => 1068Action = async (ctx) => 1102Action = async (ctx) => 1111Action = async (ctx) => 1393Action = async (ctx) => await Task.CompletedTask, 1494Action = async (ctx) => await Task.CompletedTask, 1501Action = async (ctx) => await Task.CompletedTask, 1508Action = async (ctx) => await Task.CompletedTask, 1544Action = async (ctx) => await Task.CompletedTask 1549Action = async (ctx) => await Task.CompletedTask 1560Action = async (ctx) => await Task.CompletedTask 1596Action = async (ctx) => await Task.CompletedTask, 1602Action = async (ctx) => await Task.CompletedTask, 1708Action = async (ctx) => await Task.CompletedTask 1748Action = async (ctx) => 1759Action = async (ctx) => 1770Action = async (ctx) => 1781Action = 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);