10 references to WithDockerfileFactory
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
760.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); 851.WithDockerfileFactory(tempContextPath, context => dockerfileContent); 868.WithDockerfileFactory(tempContextPath, context => dockerfileContent, "runner") 894.WithDockerfileFactory(tempDir.FullName, context => dockerfileContent);
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
472.WithDockerfileFactory(".", context => dockerfileContent);
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
293.WithDockerfileFactory(".", context => dockerfileContent);
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
120builder.WithDockerfileFactory(sourcePath, ctx =>
WithDockerfile.AppHost (1)
Program.cs (1)
21.WithDockerfileFactory("qots", context =>