68 writes to Action
Aspire.Hosting (16)
ApplicationModel\ProjectResource.cs (2)
47
Action
= BuildProjectImage,
60
Action
= ctx => PipelineStepHelpers.PushImageToRegistryAsync(this, ctx),
ContainerResourceBuilderExtensions.cs (2)
45
Action
= async ctx =>
65
Action
= ctx => PipelineStepHelpers.PushImageToRegistryAsync(builder.Resource, ctx),
Pipelines\DistributedApplicationPipeline.cs (11)
42
Action
= _ => Task.CompletedTask,
49
Action
= async context =>
65
Action
= async context =>
145
Action
= _ => Task.CompletedTask,
152
Action
= context => Task.CompletedTask
161
Action
= _ => Task.CompletedTask
170
Action
= async context =>
242
Action
= _ => Task.CompletedTask
249
Action
= _ => Task.CompletedTask,
257
Action
= async context =>
285
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 =>
111
Action
= _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
47
Action
= ctx => PrintDashboardUrlAsync(ctx),
AzureContainerAppResource.cs (2)
46
Action
= async ctx =>
73
Action
= _ => Task.CompletedTask,
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceEnvironmentResource.cs (2)
50
Action
= ctx => ValidateAppServiceConfigurationAsync(ctx, model),
62
Action
= ctx => PrintDashboardUrlAsync(ctx),
AzureAppServiceWebSiteResource.cs (2)
46
Action
= async ctx =>
71
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)
68
Action
= ctx => PublishAsync(ctx)
108
Action
= ctx => PrepareAsync(ctx)
117
Action
= ctx => DockerComposeUpAsync(ctx),
127
Action
= ctx => DockerComposeDownAsync(ctx),
DockerComposeServiceResource.cs (1)
47
Action
= async ctx => await PrintEndpointsAsync(ctx, _composeEnvironmentResource).ConfigureAwait(false),
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
96
Action
= ctx => PublishAsync(ctx)
Aspire.Hosting.Tests (32)
Helpers\JsonDocumentManifestPublisher.cs (1)
74
Action
= async context =>
Pipelines\DistributedApplicationPipelineTests.cs (31)
278
Action
= async (ctx) =>
315
Action
= async (ctx) =>
324
Action
= async (ctx) =>
405
Action
= async (context) => await Task.CompletedTask
412
Action
= async (context) => await Task.CompletedTask
679
Action
= async (ctx) => await Task.CompletedTask
686
Action
= async (ctx) => await Task.CompletedTask
778
Action
= async (context) => await Task.CompletedTask
785
Action
= async (context) => await Task.CompletedTask
792
Action
= async (context) => await Task.CompletedTask
966
Action
= async (ctx) =>
998
Action
= async (ctx) =>
1028
Action
= async (ctx) =>
1058
Action
= async (ctx) =>
1067
Action
= async (ctx) =>
1101
Action
= async (ctx) =>
1110
Action
= async (ctx) =>
1392
Action
= async (ctx) => await Task.CompletedTask,
1493
Action
= async (ctx) => await Task.CompletedTask,
1500
Action
= async (ctx) => await Task.CompletedTask,
1507
Action
= async (ctx) => await Task.CompletedTask,
1543
Action
= async (ctx) => await Task.CompletedTask
1548
Action
= async (ctx) => await Task.CompletedTask
1559
Action
= async (ctx) => await Task.CompletedTask
1595
Action
= async (ctx) => await Task.CompletedTask,
1601
Action
= async (ctx) => await Task.CompletedTask,
1707
Action
= async (ctx) => await Task.CompletedTask
1747
Action
= async (ctx) =>
1758
Action
= async (ctx) =>
1769
Action
= async (ctx) =>
1780
Action
= async (ctx) =>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
27
Action
= PublishAsync
1 reference to Action
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
842
await step.
Action
(stepContext).ConfigureAwait(false);