AssemblyLoader should assist in loading all assemblies 88/105788/1
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Fri, 9 Dec 2016 07:52:45 +0000 (08:52 +0100)
committerJongHeon Choi <j-h.choi@samsung.com>
Mon, 19 Dec 2016 12:03:09 +0000 (21:03 +0900)
commit095697508a12bc9c471e096fdbd0a2e2b0b8f458
tree2d7d98a012f2e07db30be1283657e9b7bc2458bb
parentfc168cf98012b338709f2a80bf11fe24d34f6903
AssemblyLoader should assist in loading all assemblies

The Resolving event from the AssemblyLoadContext is invoked each
time it fails to load an assembly. The default AssemblyLoadContext
is used internally i.e. when Assembly.Load() or Type.GetType(string)
methods are called. Registering for the Resolving event from the
default AssemblyLoadContext helps handling the unresolved
assemblies and fixes XAML-related issues in Xamarin.

TASK=TNET-136
TASK=TCAPI-1863

Change-Id: I0f5f4c2925829eac448a6184a3e19dbde5c1dfc0
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyLoader.cs
Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs