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