Oleh Kokhan

Results 3 comments of Oleh Kokhan

https://github.com/rdvojmoc/DinkToPdf/issues/76#issuecomment-518975970

**It's nice work for me:** ``` using System; using System.Reflection; using System.Runtime.Loader; ``` ``` public class CustomAssemblyLoadContext : AssemblyLoadContext { public IntPtr LoadUnmanagedLibrary(string absolutePath) { return LoadUnmanagedDll(absolutePath); } protected override...