69 writes to Action
Aspire.Hosting (16)
ApplicationModel\ProjectResource.cs (2)
46Action = BuildProjectImage, 59Action = ctx => PipelineStepHelpers.PushImageToRegistryAsync(this, ctx),
ContainerResourceBuilderExtensions.cs (2)
46Action = async ctx => 66Action = ctx => PipelineStepHelpers.PushImageToRegistryAsync(builder.Resource, ctx),
Pipelines\DistributedApplicationPipeline.cs (11)
41Action = _ => Task.CompletedTask, 48Action = async context => 64Action = async context => 146Action = _ => Task.CompletedTask, 153Action = context => Task.CompletedTask 162Action = _ => Task.CompletedTask 171Action = context => 224Action = _ => Task.CompletedTask 231Action = _ => Task.CompletedTask, 239Action = async context => 267Action = 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)
70Action = ctx => PublishAsync(ctx) 110Action = ctx => PrepareAsync(ctx) 119Action = ctx => DockerComposeUpAsync(ctx), 129Action = 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)
276Action = async (ctx) => 313Action = async (ctx) => 322Action = async (ctx) => 403Action = async (context) => await Task.CompletedTask 410Action = async (context) => await Task.CompletedTask 677Action = async (ctx) => await Task.CompletedTask 684Action = async (ctx) => await Task.CompletedTask 776Action = async (context) => await Task.CompletedTask 783Action = async (context) => await Task.CompletedTask 790Action = async (context) => await Task.CompletedTask 964Action = async (ctx) => 996Action = async (ctx) => 1026Action = async (ctx) => 1056Action = async (ctx) => 1065Action = async (ctx) => 1099Action = async (ctx) => 1108Action = async (ctx) => 1390Action = async (ctx) => await Task.CompletedTask, 1491Action = async (ctx) => await Task.CompletedTask, 1498Action = async (ctx) => await Task.CompletedTask, 1505Action = async (ctx) => await Task.CompletedTask, 1541Action = async (ctx) => await Task.CompletedTask 1546Action = async (ctx) => await Task.CompletedTask 1557Action = async (ctx) => await Task.CompletedTask 1593Action = async (ctx) => await Task.CompletedTask, 1599Action = async (ctx) => await Task.CompletedTask, 1705Action = async (ctx) => await Task.CompletedTask 1745Action = async (ctx) => 1756Action = async (ctx) => 1767Action = async (ctx) => 1778Action = async (ctx) =>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
27Action = PublishAsync
1 reference to Action
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
824await step.Action(stepContext).ConfigureAwait(false);