19 references to ContextPath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1845Context = dockerfileBuildAnnotation.ContextPath, 1886Context = dockerfileBuildAnnotation.ContextPath,
Publishing\ManifestPublishingContext.cs (1)
348Writer.WriteString("context", GetManifestRelativePath(annotation.ContextPath));
Publishing\ResourceContainerImageBuilder.cs (1)
381dockerfileBuildAnnotation.ContextPath,
Aspire.Hosting.Containers.Tests (11)
WithDockerfileTests.cs (11)
644Assert.Equal(tempContextPath, annotation.ContextPath); 659Assert.Equal(tempContextPath, annotation.ContextPath); 675Assert.Equal(tempContextPath, annotation.ContextPath); 690Assert.Equal(tempContextPath, annotation.ContextPath); 706Assert.Equal(tempContextPath, annotation.ContextPath); 721Assert.Equal(tempContextPath, annotation.ContextPath); 737Assert.Equal(tempContextPath, annotation.ContextPath); 752Assert.Equal(tempContextPath, annotation.ContextPath); 776Assert.Equal(tempContextPath, annotation.ContextPath); 822Assert.Equal(tempContextPath, annotation.ContextPath); 872Assert.Equal(tempContextPath, annotation.ContextPath);
Aspire.Hosting.Tests (3)
ApplicationModel\Docker\DockerfileBuildAnnotationTests.cs (2)
17Assert.Equal("/path/to/context", annotation.ContextPath); 32Assert.Equal("/context", annotation.ContextPath);
ApplicationModel\Docker\WithDockerfileBuilderTests.cs (1)
404Assert.NotNull(buildAnnotation.ContextPath);
Aspire.Hosting.Yarp.Tests (1)
AddYarpTests.cs (1)
179Assert.Contains(tempDir.Path, annotation.ContextPath);