2 references to UnsupportedMediaType
Microsoft.NET.Build.Containers (1)
ImageIndexGenerator.cs (1)
44throw new NotSupportedException(string.Format(Strings.UnsupportedMediaType, manifestMediaType));
Microsoft.NET.Build.Containers.UnitTests (1)
ImageIndexGeneratorTests.cs (1)
41Assert.Equal(string.Format(Strings.UnsupportedMediaType, "unsupported"), ex.Message);