16 references to ContextPath
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (2)
1555Context = dockerfileBuildAnnotation.ContextPath, 1596Context = dockerfileBuildAnnotation.ContextPath,
Publishing\ManifestPublishingContext.cs (1)
333Writer.WriteString("context", GetManifestRelativePath(annotation.ContextPath));
Publishing\ResourceContainerImageBuilder.cs (2)
387dockerfileBuildAnnotation.ContextPath, 412dockerfileBuildAnnotation.ContextPath,
Aspire.Hosting.Containers.Tests (11)
WithDockerfileTests.cs (11)
623Assert.Equal(tempContextPath, annotation.ContextPath); 638Assert.Equal(tempContextPath, annotation.ContextPath); 654Assert.Equal(tempContextPath, annotation.ContextPath); 669Assert.Equal(tempContextPath, annotation.ContextPath); 685Assert.Equal(tempContextPath, annotation.ContextPath); 700Assert.Equal(tempContextPath, annotation.ContextPath); 716Assert.Equal(tempContextPath, annotation.ContextPath); 731Assert.Equal(tempContextPath, annotation.ContextPath); 755Assert.Equal(tempContextPath, annotation.ContextPath); 787Assert.Equal(tempContextPath, annotation.ContextPath); 837Assert.Equal(tempContextPath, annotation.ContextPath);