Migration from .net web application to .net core 3.1

  • Thread starter Thread starter 000sipi
  • Start date Start date
0

000sipi

Guest
How to handle Appdomain in .net core , AppDomains were used for different purposes. For code isolation, we recommend processes and/or containers. For dynamic loading of assemblies, we recommend the new AssemblyLoadContext class.


But the problem is when i am trying to add package system.runtime.loader which contain AssemblyLoadContext but it support only 4.6.2 framework but i am working on 4.8 framework. so what is other alternate package to handle AppDomains in .net core



Rakesh Singh

Continue reading...
 
Back
Top