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