3 writes to ImageName
Aspire.Hosting (3)
ContainerResourceBuilderExtensions.cs (3)
313buildAnnotation.ImageName = null; 513annotation.ImageName = imageName; 630annotation.ImageName = imageName;
4 references to ImageName
Aspire.Hosting (2)
ApplicationModel\ResourceExtensions.cs (2)
557!string.IsNullOrEmpty(buildAnnotation.ImageName)) 560imageName = $"{buildAnnotation.ImageName}{tagSuffix}";
Aspire.Hosting.Containers.Tests (2)
WithDockerfileTests.cs (2)
107Assert.Equal(resourceName.ToLowerInvariant(), buildAnnotation.ImageName); 131Assert.Equal(resourceName.ToLowerInvariant(), buildAnnotation.ImageName);