69 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 =>
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)
67
Action
= ctx => PublishAsync(ctx)
107
Action
= ctx => PrepareAsync(ctx)
116
Action
= ctx => DockerComposeUpAsync(ctx),
126
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)
279
Action
= async (ctx) =>
316
Action
= async (ctx) =>
325
Action
= async (ctx) =>
406
Action
= async (context) => await Task.CompletedTask
413
Action
= async (context) => await Task.CompletedTask
680
Action
= async (ctx) => await Task.CompletedTask
687
Action
= async (ctx) => await Task.CompletedTask
779
Action
= async (context) => await Task.CompletedTask
786
Action
= async (context) => await Task.CompletedTask
793
Action
= async (context) => await Task.CompletedTask
967
Action
= async (ctx) =>
999
Action
= async (ctx) =>
1029
Action
= async (ctx) =>
1059
Action
= async (ctx) =>
1068
Action
= async (ctx) =>
1102
Action
= async (ctx) =>
1111
Action
= async (ctx) =>
1393
Action
= async (ctx) => await Task.CompletedTask,
1494
Action
= async (ctx) => await Task.CompletedTask,
1501
Action
= async (ctx) => await Task.CompletedTask,
1508
Action
= async (ctx) => await Task.CompletedTask,
1544
Action
= async (ctx) => await Task.CompletedTask
1549
Action
= async (ctx) => await Task.CompletedTask
1560
Action
= async (ctx) => await Task.CompletedTask
1596
Action
= async (ctx) => await Task.CompletedTask,
1602
Action
= async (ctx) => await Task.CompletedTask,
1708
Action
= async (ctx) => await Task.CompletedTask
1748
Action
= async (ctx) =>
1759
Action
= async (ctx) =>
1770
Action
= async (ctx) =>
1781
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);