25 references to WithDockerfile
Aspire.Hosting (6)
ContainerResourceBuilderExtensions.cs (6)
457/// When generating the manifest for deployment tools, the <see cref="ContainerResourceBuilderExtensions.WithDockerfile{T}(IResourceBuilder{T}, string, string?, string?)"/> 566/// called before <see cref="ContainerResourceBuilderExtensions.WithDockerfile{T}(IResourceBuilder{T}, string, string?, string?)"/>. 572/// <see cref="ContainerResourceBuilderExtensions.WithDockerfile{T}(IResourceBuilder{T}, string, string?, string?)"/>. 614/// called before <see cref="ContainerResourceBuilderExtensions.WithDockerfile{T}(IResourceBuilder{T}, string, string?, string?)"/>. 620/// <see cref="ContainerResourceBuilderExtensions.WithDockerfile{T}(IResourceBuilder{T}, string, string?, string?)"/>. 661/// called before <see cref="ContainerResourceBuilderExtensions.WithDockerfile{T}(IResourceBuilder{T}, string, string?, string?)"/>.
Aspire.Hosting.Containers.Tests (16)
WithDockerfileTests.cs (16)
33.WithDockerfile(tempContextPath, tempDockerfilePath) 64.WithDockerfile(tempContextPath, tempDockerfilePath); 117.WithDockerfile(tempContextPath, tempDockerfilePath); 132.WithDockerfile(tempContextPath, tempDockerfilePath); 136dockerFile.WithDockerfile(tempContextPath, tempDockerfilePath); 152.WithDockerfile(tempContextPath, tempDockerfilePath); 176.WithDockerfile(tempContextPath, tempDockerfilePath); 247.WithDockerfile(tempContextPath, tempDockerfilePath, "runner") 342.WithDockerfile(tempContextPath, tempDockerfilePath) 431.WithDockerfile(tempContextPath, tempDockerfilePath) 567.WithDockerfile(string.Empty); 581.WithDockerfile(string.Empty); 615.WithDockerfile(tempContextPath); 646.WithDockerfile(tempContextPath, "Dockerfile"); 677.WithDockerfile(tempContextPath, "Otherdockerfile"); 708.WithDockerfile(tempContextPath, tempDockerfilePath);
Aspire.Hosting.Tests (3)
Schema\SchemaTests.cs (3)
55builder.AddContainer("mycontainer", "myimage").WithDockerfile(tempContextPath); 69.WithDockerfile(tempContextPath) 87.WithDockerfile(tempContextPath)