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