16 references to CreateStepsAsync
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
496
var annotationSteps = await annotation.
CreateStepsAsync
(factoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
66
var deploymentTargetSteps = await annotation.
CreateStepsAsync
(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
69
var deploymentTargetSteps = await annotation.
CreateStepsAsync
(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (4)
AzureBicepResourceTests.cs (1)
236
var steps = await annotation.
CreateStepsAsync
(factoryContext);
AzureContainerRegistryTests.cs (3)
155
allSteps.AddRange(await annotation.
CreateStepsAsync
(factoryContext));
184
allSteps.AddRange(await annotation.
CreateStepsAsync
(factoryContext));
213
allSteps.AddRange(await annotation.
CreateStepsAsync
(factoryContext));
Aspire.Hosting.Containers.Tests (3)
WithDockerfileTests.cs (3)
786
var steps = (await stepsAnnotation.
CreateStepsAsync
(factoryContext)).ToList();
948
var steps = (await pipelineStepAnnotation.
CreateStepsAsync
(factoryContext)).ToList();
988
var steps = (await pipelineStepAnnotation1.
CreateStepsAsync
(factoryContext)).ToList();
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
91
var deploymentTargetSteps = await annotation.
CreateStepsAsync
(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Tests (5)
ContainerRegistryResourceTests.cs (4)
381
var steps = (await pipelineStepAnnotation.
CreateStepsAsync
(factoryContext)).ToList();
405
var steps = (await pipelineStepAnnotation.
CreateStepsAsync
(factoryContext)).ToList();
431
var steps = (await annotation.
CreateStepsAsync
(factoryContext)).ToList();
453
var steps = (await pipelineStepAnnotation.
CreateStepsAsync
(factoryContext)).ToList();
ProjectResourceTests.cs (1)
751
var steps = (await pipelineStepAnnotation.
CreateStepsAsync
(factoryContext)).ToList();