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