13 instantiations of DockerfileBuildAnnotation
Aspire.Hosting (2)
Aspire.Hosting.Tests (11)
ApplicationModel\Docker\DockerfileBuildAnnotationTests.cs (8)
15var annotation = new DockerfileBuildAnnotation("/path/to/context", "/path/to/Dockerfile", "stage");
29var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
41var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
57var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
74var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null);
105var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
141var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
181var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
129 references to DockerfileBuildAnnotation
Aspire.Hosting (24)
Aspire.Hosting.Azure (2)
Aspire.Hosting.Azure.AppContainers (1)
Aspire.Hosting.Azure.AppService (1)
Aspire.Hosting.Azure.Tests (4)
Aspire.Hosting.Containers.Tests (34)
Aspire.Hosting.Docker (3)
Aspire.Hosting.JavaScript (2)
Aspire.Hosting.JavaScript.Tests (6)
Aspire.Hosting.Kubernetes (3)
Aspire.Hosting.Tests (35)
ApplicationModel\Docker\DockerfileBuildAnnotationTests.cs (8)
15var annotation = new DockerfileBuildAnnotation("/path/to/context", "/path/to/Dockerfile", "stage");
29var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
41var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
57var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
74var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null);
105var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
141var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
181var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
Aspire.Hosting.Yarp.Tests (14)