2 references to UnsupportedMediaTypeForTarball
Microsoft.NET.Build.Containers (2)
LocalDaemons\ContainerArchive.cs (1)
49throw new NotSupportedException(Resource.FormatString(nameof(Strings.UnsupportedMediaTypeForTarball), image.ManifestMediaType));
LocalDaemons\DockerCli.cs (1)
300throw new ArgumentException(Resource.FormatString(nameof(Strings.UnsupportedMediaTypeForTarball), image.ManifestMediaType));