Closed
Description
Revisit the LoadAssembly
method used in UdfSerDe.cs . Explore alternative approach to loading assemblies. Instead of using Assembly.LoadFrom
, consider AssemblyLoadContext
Revisit the LoadAssembly
method used in UdfSerDe.cs . Explore alternative approach to loading assemblies. Instead of using Assembly.LoadFrom
, consider AssemblyLoadContext