33 references to CreateStepsAsync
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
756var annotationSteps = await annotation.CreateStepsAsync(factoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
100var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
117var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentExtensions.cs (1)
879var annotationSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.Kubernetes.Tests (4)
AzureKubernetesInfrastructureTests.cs (4)
426steps.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext 519steps.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext 731steps.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext 800steps.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxGroupResource.cs (1)
68var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (9)
AzureAppServiceTests.cs (1)
1413results.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
AzureBicepResourceTests.cs (1)
235var steps = await annotation.CreateStepsAsync(factoryContext);
AzureContainerAppsTests.cs (1)
3199results.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
AzureContainerRegistryTests.cs (3)
155allSteps.AddRange(await annotation.CreateStepsAsync(factoryContext)); 184allSteps.AddRange(await annotation.CreateStepsAsync(factoryContext)); 213allSteps.AddRange(await annotation.CreateStepsAsync(factoryContext));
AzureEnvironmentResourceExtensionsTests.cs (1)
5193var steps = await annotation.CreateStepsAsync(new PipelineStepFactoryContext
AzureSandboxesTests.cs (2)
2229var steps = (await pipelineAnnotation.CreateStepsAsync(new PipelineStepFactoryContext 2765results.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
Aspire.Hosting.Containers.Tests (3)
WithDockerfileTests.cs (3)
807var steps = (await stepsAnnotation.CreateStepsAsync(factoryContext)).ToList(); 974var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList(); 1019var steps = (await pipelineStepAnnotation1.CreateStepsAsync(factoryContext)).ToList();
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
105var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.EntityFrameworkCore.Tests (1)
EFMigrationPipelineTests.cs (1)
782results.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
Aspire.Hosting.Foundry.Tests (1)
PromptAgentTests.cs (1)
607steps.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
347var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesHelmChartTests.cs (1)
523results.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
PipelineStepTestHelpers.cs (1)
30results.AddRange(await annotation.CreateStepsAsync(new PipelineStepFactoryContext
Aspire.Hosting.Radius.Tests (1)
Secrets\SecretStoreValidationTests.cs (1)
126var steps = (await annotation.CreateStepsAsync(new PipelineStepFactoryContext
Aspire.Hosting.Tests (5)
ContainerRegistryResourceTests.cs (4)
382var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList(); 406var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList(); 432var steps = (await annotation.CreateStepsAsync(factoryContext)).ToList(); 454var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList();
ProjectResourceTests.cs (1)
862var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList();