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