9 references to EmitDockerfileArtifactsAsync
Aspire.Hosting (2)
Publishing\ManifestPublishingContext.cs (1)
385
await annotation.
EmitDockerfileArtifactsAsync
(dockerfileContext, resourceDockerfilePath).ConfigureAwait(false);
Utils\DockerfileHelper.cs (1)
35
await annotation.
EmitDockerfileArtifactsAsync
(context).ConfigureAwait(false);
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
410
await dockerfileBuildAnnotation.
EmitDockerfileArtifactsAsync
(context, resourceDockerfilePath).ConfigureAwait(false);
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
98
await dockerfileBuildAnnotation.
EmitDockerfileArtifactsAsync
(dockerfileContext, resourceDockerfilePath).ConfigureAwait(false);
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
97
await dockerfileBuildAnnotation.
EmitDockerfileArtifactsAsync
(dockerfileContext, resourceDockerfilePath).ConfigureAwait(false);
Aspire.Hosting.Tests (4)
ApplicationModel\Docker\DockerfileBuildAnnotationTests.cs (4)
233
await annotation.
EmitDockerfileArtifactsAsync
(CreateDockerfileFactoryContext(), differentCasingDockerfilePath);
256
await annotation.
EmitDockerfileArtifactsAsync
(CreateDockerfileFactoryContext());
263
await annotation.
EmitDockerfileArtifactsAsync
(CreateDockerfileFactoryContext());
290
await annotation.
EmitDockerfileArtifactsAsync
(CreateDockerfileFactoryContext());