19 references to ContextPath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
2184Context = dockerfileBuildAnnotation.ContextPath, 2225Context = dockerfileBuildAnnotation.ContextPath,
Publishing\ManifestPublishingContext.cs (1)
388Writer.WriteString("context", GetManifestRelativePath(annotation.ContextPath));
Publishing\ResourceContainerImageManager.cs (1)
473dockerfileBuildAnnotation.ContextPath,
Aspire.Hosting.Containers.Tests (11)
WithDockerfileTests.cs (11)
638Assert.Equal(tempContextPath, annotation.ContextPath); 653Assert.Equal(tempContextPath, annotation.ContextPath); 669Assert.Equal(tempContextPath, annotation.ContextPath); 684Assert.Equal(tempContextPath, annotation.ContextPath); 700Assert.Equal(tempContextPath, annotation.ContextPath); 715Assert.Equal(tempContextPath, annotation.ContextPath); 731Assert.Equal(tempContextPath, annotation.ContextPath); 746Assert.Equal(tempContextPath, annotation.ContextPath); 770Assert.Equal(tempContextPath, annotation.ContextPath); 821Assert.Equal(tempContextPath, annotation.ContextPath); 871Assert.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)
193Assert.Contains(tempDir.Path, annotation.ContextPath);