10 references to WithDockerfileFactory
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
828.WithDockerfileFactory(contextPath, dockerfileFactory, stage);
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceTests.cs (1)
228.WithDockerfileFactory(".", context => dockerfileContent);
Aspire.Hosting.Containers.Tests (4)
WithDockerfileTests.cs (4)
773.WithDockerfileFactory(tempContextPath, context => dockerfileContent); 856.WithDockerfileFactory(tempContextPath, context => dockerfileContent); 873.WithDockerfileFactory(tempContextPath, context => dockerfileContent, "runner") 899.WithDockerfileFactory(tempDir.FullName, context => dockerfileContent);
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
470.WithDockerfileFactory(".", context => dockerfileContent);
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
293.WithDockerfileFactory(".", context => dockerfileContent);
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
188builder.WithDockerfileFactory(sourcePath, ctx =>
WithDockerfile.AppHost (1)
Program.cs (1)
21.WithDockerfileFactory("qots", context =>