3 writes to ImageName
Aspire.Hosting (3)
ContainerResourceBuilderExtensions.cs (3)
360buildAnnotation.ImageName = null; 560annotation.ImageName = imageName; 680annotation.ImageName = imageName;
4 references to ImageName
Aspire.Hosting (2)
ApplicationModel\ResourceExtensions.cs (2)
765!string.IsNullOrEmpty(buildAnnotation.ImageName)) 768imageName = $"{buildAnnotation.ImageName}{tagSuffix}";
Aspire.Hosting.Containers.Tests (2)
WithDockerfileTests.cs (2)
110Assert.Equal(resourceName.ToLowerInvariant(), buildAnnotation.ImageName); 134Assert.Equal(resourceName.ToLowerInvariant(), buildAnnotation.ImageName);