包括具有dotnet核心和ILCompiler的DLL

时间:2018-11-12 16:04:49

标签: c# f# .net-core .net-native

我有一个dotnet核心应用程序,可以使用ILCompiler进行编译以获取本机应用程序:

dotnet publish -c Release -r osx-x64 

但是,当我启动时,缺少一个DLL:

  

未处理的异常:System.TypeInitializationException:类型初始值设定项引发了异常。若要确定哪种类型,请检查InnerException的StackTrace属性。 ---> System.DllNotFoundException:无法加载DLL'git2-6311e88':找不到指定的模块。

如何告诉ILCompiler嵌入本机DLL(git2)?

0 个答案:

没有答案