5 references to WithDockerfileFactory
Aspire.Hosting (3)
ContainerResourceBuilderExtensions.cs (3)
671return builder.WithDockerfileFactory(contextPath, context => Task.FromResult(dockerfileFactory(context)), stage); 867.WithDockerfileFactory(contextPath, dockerfileFactory, stage); 1458return builder.WithDockerfileFactory(contextPath, dockerfileFactory, stage);
Aspire.Hosting.Containers.Tests (1)
WithDockerfileTests.cs (1)
814.WithDockerfileFactory(tempContextPath, async context =>
WithDockerfile.AppHost (1)
Program.cs (1)
40.WithDockerfileFactory("qots", async context =>