64 writes to Action
Aspire.Hosting (11)
ApplicationModel\ProjectResource.cs (1)
40
Action
= BuildProjectImage,
ContainerResourceBuilderExtensions.cs (1)
41
Action
= async ctx =>
Pipelines\DistributedApplicationPipeline.cs (8)
40
Action
= _ => Task.CompletedTask,
46
Action
= async context =>
127
Action
= _ => Task.CompletedTask,
133
Action
= context => Task.CompletedTask
140
Action
= _ => Task.CompletedTask
146
Action
= _ => Task.CompletedTask,
153
Action
= async context =>
181
Action
= action
Publishing\ManifestPublishingExtensions.cs (1)
31
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)
68
Action
= ctx => PublishAsync(ctx)
106
Action
= ctx => PrepareAsync(ctx)
115
Action
= ctx => DockerComposeUpAsync(ctx),
125
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,
1549
Action
= async (ctx) => await Task.CompletedTask,
1556
Action
= async (ctx) => await Task.CompletedTask,
1563
Action
= async (ctx) => await Task.CompletedTask,
1596
Action
= async (ctx) => await Task.CompletedTask
1601
Action
= async (ctx) => await Task.CompletedTask
1612
Action
= async (ctx) => await Task.CompletedTask
1645
Action
= async (ctx) => await Task.CompletedTask,
1651
Action
= async (ctx) => await Task.CompletedTask,
1745
Action
= async (ctx) => await Task.CompletedTask
1782
Action
= async (ctx) =>
1793
Action
= async (ctx) =>
1804
Action
= async (ctx) =>
1815
Action
= async (ctx) =>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
27
Action
= PublishAsync
1 reference to Action
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
738
await step.
Action
(stepContext).ConfigureAwait(false);