@akoeplinger is System.Runtime.Loader in master too? I don't see it in lib/xbuild-frameworks/MonoAndroid/v1.0/Facades
Alexander Köplinger
@akoeplinger
@atsushieno it's not a facade we ship
the facade should come from the nuget package in this case
Atsushi Eno
@atsushieno
Then I see AssemblyLoaderContext only in mscorlib
Alexander Köplinger
@akoeplinger
yep, that's the correct one
Atsushi Eno
@atsushieno
but who knows that the type marked as in System.Runtime.Loader is in mscorlib? Since the NuGet package does not seem to contain the expected facade, there is nothing that has type forwarder I think.
Alexander Köplinger
@akoeplinger
the nuget package does contain the facade that typeforwards to mscorlib
the question is if it gets picked :)
since it's only in the netstandard1.5 folder in lib/