Ejemplo n.º 1
0
 public AssemblyLoader()
 {
     Context = new CustomAssemblyLoadContext();
     AssemblyLoadContext.Default.Resolving += (context, name) => Context.Resolve(name);
 }
Ejemplo n.º 2
0
 public AssemblyLoader()
 {
     Context = new CustomAssemblyLoadContext(); // TODO: Switch back to new CustomAssemblyLoadContext(); ?
 }