Dotfuscator UWP 不使用 .NET Native Tool-Chain 编译
Dotfuscator UWP doesn't compile with .NET Native Tool-Chain
我无法使用 Dotfuscator 生成 Microsoft Store 程序包。
我的 UWP 项目的目标是 v10.0.15063,我已经尝试使用 Dotfuscator CE v5.30.0.5167 和 v5.32.1.6167,但没有成功。
应用程序编译并被混淆,但原生工具链编译器引发错误。
错误:
1>C:\Users\username\.nuget\packages\microsoft.net.native.compiler.7.1\tools\Microsoft.NetNative.targets(697,5): error : ILT0005: 'C:\Users\username\.nuget\packages\microsoft.net.native.compiler.7.1\tools\x86\ilc\Tools\Gatekeeper.exe @"D:\ProjectFolder\obj\x86\Release\ilc\intermediate\gkargs.rsp"' returned exit code 1
嗯,我自己把Visual Studio日志级别改成详细的,好像.Net Native还不能编译混淆代码。
Gatekeeper warning GK0019 : GK0019 El ensamblado 'AssemblyName' está ofuscado. El compilador de Native C# todavía no es compatible con la ofuscación de código.
我无法使用 Dotfuscator 生成 Microsoft Store 程序包。
我的 UWP 项目的目标是 v10.0.15063,我已经尝试使用 Dotfuscator CE v5.30.0.5167 和 v5.32.1.6167,但没有成功。
应用程序编译并被混淆,但原生工具链编译器引发错误。
错误:
1>C:\Users\username\.nuget\packages\microsoft.net.native.compiler.7.1\tools\Microsoft.NetNative.targets(697,5): error : ILT0005: 'C:\Users\username\.nuget\packages\microsoft.net.native.compiler.7.1\tools\x86\ilc\Tools\Gatekeeper.exe @"D:\ProjectFolder\obj\x86\Release\ilc\intermediate\gkargs.rsp"' returned exit code 1
嗯,我自己把Visual Studio日志级别改成详细的,好像.Net Native还不能编译混淆代码。
Gatekeeper warning GK0019 : GK0019 El ensamblado 'AssemblyName' está ofuscado. El compilador de Native C# todavía no es compatible con la ofuscación de código.