Silence WinRT type assert in crossgen (dotnet/coreclr#19442)
authorSimon Nattress <nattress@gmail.com>
Mon, 13 Aug 2018 00:09:55 +0000 (17:09 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 13 Aug 2018 00:09:55 +0000 (17:09 -0700)
commit5e7797e662e4564c4635df6c5bc8de698ef73af5
tree26bd2e4bc61064427ebec9a73b86b75c41ed36e2
parent4a879a5c7cc1b004ecd549e7e59b2c6dfd4ffac4
Silence WinRT type assert in crossgen (dotnet/coreclr#19442)

Disable type loader assert that fires when resolving a type from a WinMD. Instead, compilation should fail gracefully, or at runtime a type load exception will be thrown.

Commit migrated from https://github.com/dotnet/coreclr/commit/8589689bc34eb7fab6b33c88505bb041de9e9995
src/coreclr/src/vm/assembly.cpp