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