65 writes to Action
Aspire.Hosting (12)
ApplicationModel\ProjectResource.cs (1)
41Action = BuildProjectImage,
ContainerResourceBuilderExtensions.cs (1)
41Action = async ctx =>
Pipelines\DistributedApplicationPipeline.cs (9)
39Action = _ => Task.CompletedTask, 45Action = async context => 60Action = async context => 136Action = _ => Task.CompletedTask, 142Action = context => Task.CompletedTask 149Action = _ => Task.CompletedTask 155Action = _ => Task.CompletedTask, 162Action = async context => 190Action = action
Publishing\ManifestPublishingExtensions.cs (1)
29Action = async context =>
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (1)
52Action = async ctx => await ProvisionAzureBicepResourceAsync(ctx, this).ConfigureAwait(false),
AzureEnvironmentResource.cs (4)
74Action = ctx => PublishAsync(ctx), 82Action = ctx => ValidateAzureLoginAsync(ctx), 90Action = async ctx => 104Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppContainers (5)
AzureContainerAppEnvironmentResource.cs (2)
38Action = context => AzureEnvironmentResourceHelpers.LoginToRegistryAsync(this, context), 46Action = ctx => PrintDashboardUrlAsync(ctx),
AzureContainerAppResource.cs (3)
51Action = async ctx => 77Action = async ctx => 101Action = _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceEnvironmentResource.cs (2)
41Action = context => AzureEnvironmentResourceHelpers.LoginToRegistryAsync(this, context), 49Action = ctx => PrintDashboardUrlAsync(ctx),
AzureAppServiceWebSiteResource.cs (3)
51Action = async ctx => 75Action = async ctx => 95Action = _ => Task.CompletedTask,
Aspire.Hosting.Docker (4)
DockerComposeEnvironmentResource.cs (4)
67Action = ctx => PublishAsync(ctx) 105Action = ctx => PrepareAsync(ctx) 114Action = ctx => DockerComposeUpAsync(ctx), 124Action = ctx => DockerComposeDownAsync(ctx),
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
92Action = ctx => PublishAsync(ctx)
Aspire.Hosting.Tests (32)
Helpers\JsonDocumentManifestPublisher.cs (1)
74Action = async context =>
Pipelines\DistributedApplicationPipelineTests.cs (31)
253Action = async (ctx) => 287Action = async (ctx) => 296Action = async (ctx) => 365Action = async (context) => await Task.CompletedTask 372Action = async (context) => await Task.CompletedTask 618Action = async (ctx) => await Task.CompletedTask 625Action = async (ctx) => await Task.CompletedTask 708Action = async (context) => await Task.CompletedTask 715Action = async (context) => await Task.CompletedTask 722Action = async (context) => await Task.CompletedTask 900Action = async (ctx) => 929Action = async (ctx) => 956Action = async (ctx) => 983Action = async (ctx) => 992Action = async (ctx) => 1023Action = async (ctx) => 1032Action = async (ctx) => 1460Action = async (ctx) => await Task.CompletedTask, 1550Action = async (ctx) => await Task.CompletedTask, 1557Action = async (ctx) => await Task.CompletedTask, 1564Action = async (ctx) => await Task.CompletedTask, 1597Action = async (ctx) => await Task.CompletedTask 1602Action = async (ctx) => await Task.CompletedTask 1613Action = async (ctx) => await Task.CompletedTask 1646Action = async (ctx) => await Task.CompletedTask, 1652Action = async (ctx) => await Task.CompletedTask, 1746Action = async (ctx) => await Task.CompletedTask 1783Action = async (ctx) => 1794Action = async (ctx) => 1805Action = async (ctx) => 1816Action = async (ctx) =>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
27Action = PublishAsync
1 reference to Action
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
747await step.Action(stepContext).ConfigureAwait(false);