7 references to ExecutionContext
Aspire.Hosting (4)
Pipelines\DistributedApplicationPipeline.cs (1)
184
context.
ExecutionContext
,
Pipelines\PipelineStepHelpers.cs (3)
36
context.
ExecutionContext
,
66
var targetTag = await cir.GetValueAsync(new ValueProviderContext { ExecutionContext = context.
ExecutionContext
}, context.CancellationToken).ConfigureAwait(false);
112
var targetTag = await cir.GetValueAsync(new ValueProviderContext { ExecutionContext = context.
ExecutionContext
}, context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
207
context.
ExecutionContext
,
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
107
EnvironmentVariables = await GetResolvedEnvironmentVariablesAsync(context.
ExecutionContext
, Target, context.Logger, context.CancellationToken).ConfigureAwait(false),
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
123
context.
ExecutionContext
,