4 references to CreateDockerfileFactoryContext
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
());