11 instantiations of DockerfileBuildAnnotation
Aspire.Hosting (2)
Aspire.Hosting.Tests (9)
ApplicationModel\Docker\DockerfileBuildAnnotationTests.cs (8)
14var annotation = new DockerfileBuildAnnotation("/path/to/context", "/path/to/Dockerfile", "stage");
28var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
40var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
56var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
73var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null);
104var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
140var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
180var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
127 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 (33)
ApplicationModel\Docker\DockerfileBuildAnnotationTests.cs (8)
14var annotation = new DockerfileBuildAnnotation("/path/to/context", "/path/to/Dockerfile", "stage");
28var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
40var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
56var annotation = new DockerfileBuildAnnotation("/context", "/dockerfile", null);
73var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null);
104var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
140var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
180var annotation = new DockerfileBuildAnnotation("/context", dockerfilePath, null)
Aspire.Hosting.Yarp.Tests (14)