3 references to ImageFormat
Microsoft.NET.Build.Containers (3)
Tasks\CreateNewImage.cs (3)
151if (ImageFormat is not null) 153if (Enum.TryParse<KnownImageFormats>(ImageFormat, out var imageFormat)) 159Log.LogErrorWithCodeFromResources(nameof(Strings.InvalidContainerImageFormat), ImageFormat, string.Join(",", Enum.GetValues<KnownImageFormats>()));