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