69 writes to Action
Aspire.Hosting (16)
ApplicationModel\ProjectResource.cs (2)
46
Action
= BuildProjectImage,
59
Action
= ctx => PipelineStepHelpers.PushImageToRegistryAsync(this, ctx),
ContainerResourceBuilderExtensions.cs (2)
46
Action
= async ctx =>
66
Action
= ctx => PipelineStepHelpers.PushImageToRegistryAsync(builder.Resource, ctx),
Pipelines\DistributedApplicationPipeline.cs (11)
41
Action
= _ => Task.CompletedTask,
48
Action
= async context =>
64
Action
= async context =>
146
Action
= _ => Task.CompletedTask,
153
Action
= context => Task.CompletedTask
162
Action
= _ => Task.CompletedTask
171
Action
= context =>
224
Action
= _ => Task.CompletedTask
231
Action
= _ => Task.CompletedTask,
239
Action
= async context =>
267
Action
= action
Publishing\ManifestPublishingExtensions.cs (1)
30
Action
= async context =>
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (1)
53
Action
= async ctx => await ProvisionAzureBicepResourceAsync(ctx, this).ConfigureAwait(false),
AzureEnvironmentResource.cs (4)
75
Action
= ctx => PublishAsync(ctx),
84
Action
= ctx => ValidateAzureLoginAsync(ctx),
93
Action
= async ctx =>
108
Action
= _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
40
Action
= ctx => PrintDashboardUrlAsync(ctx),
AzureContainerAppResource.cs (2)
53
Action
= async ctx =>
78
Action
= _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceEnvironmentResource.cs (1)
43
Action
= ctx => PrintDashboardUrlAsync(ctx),
AzureAppServiceWebSiteResource.cs (4)
49
Action
= async ctx =>
76
Action
= async ctx =>
118
Action
= async ctx =>
142
Action
= _ => Task.CompletedTask,
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryResource.cs (1)
32
Action
= context => AzureContainerRegistryHelpers.LoginToRegistryAsync(this, context),
Aspire.Hosting.Docker (5)
DockerComposeEnvironmentResource.cs (4)
70
Action
= ctx => PublishAsync(ctx)
110
Action
= ctx => PrepareAsync(ctx)
119
Action
= ctx => DockerComposeUpAsync(ctx),
129
Action
= ctx => DockerComposeDownAsync(ctx),
DockerComposeServiceResource.cs (1)
47
Action
= async ctx => await PrintEndpointsAsync(ctx, _composeEnvironmentResource).ConfigureAwait(false),
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
95
Action
= ctx => PublishAsync(ctx)
Aspire.Hosting.Tests (32)
Helpers\JsonDocumentManifestPublisher.cs (1)
74
Action
= async context =>
Pipelines\DistributedApplicationPipelineTests.cs (31)
276
Action
= async (ctx) =>
313
Action
= async (ctx) =>
322
Action
= async (ctx) =>
403
Action
= async (context) => await Task.CompletedTask
410
Action
= async (context) => await Task.CompletedTask
677
Action
= async (ctx) => await Task.CompletedTask
684
Action
= async (ctx) => await Task.CompletedTask
776
Action
= async (context) => await Task.CompletedTask
783
Action
= async (context) => await Task.CompletedTask
790
Action
= async (context) => await Task.CompletedTask
964
Action
= async (ctx) =>
996
Action
= async (ctx) =>
1026
Action
= async (ctx) =>
1056
Action
= async (ctx) =>
1065
Action
= async (ctx) =>
1099
Action
= async (ctx) =>
1108
Action
= async (ctx) =>
1390
Action
= async (ctx) => await Task.CompletedTask,
1491
Action
= async (ctx) => await Task.CompletedTask,
1498
Action
= async (ctx) => await Task.CompletedTask,
1505
Action
= async (ctx) => await Task.CompletedTask,
1541
Action
= async (ctx) => await Task.CompletedTask
1546
Action
= async (ctx) => await Task.CompletedTask
1557
Action
= async (ctx) => await Task.CompletedTask
1593
Action
= async (ctx) => await Task.CompletedTask,
1599
Action
= async (ctx) => await Task.CompletedTask,
1705
Action
= async (ctx) => await Task.CompletedTask
1745
Action
= async (ctx) =>
1756
Action
= async (ctx) =>
1767
Action
= async (ctx) =>
1778
Action
= async (ctx) =>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
27
Action
= PublishAsync
1 reference to Action
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
824
await step.
Action
(stepContext).ConfigureAwait(false);