我正在为Active Directory登录开发Xamarin UWP应用程序。此应用程序在调试模式下构建良好,但在发布模式下,它会低于错误。
严重级代码描述项目文件行抑制状态 错误ILT0005:' C:\ Program Files(x86)\ Microsoft SDKs \ NuGetPackagesFallback \ microsoft.net.native.compiler \ 1.7.3 \ tools \ x86 \ ilc \ Tools \ Gatekeeper.exe @" I :... \ OBJ \ 86 \推出\ ILC \中间\ gkargs.rsp"'返回退出代码1 SampleWinApp
我正在使用VS 2017并安装了两个Nuget包
1)Microsoft.IdentityModel.Clients.ActiveDirectory Version - 3.19.2 2)Microsoft.NETCore.UniversalWindowsPlatform Version - 6.0.8
我多年来一直面临这个问题,并试图在几乎每个网站上搜索解决方案,但没有找到任何适当的解决方案。
任何帮助都将受到高度赞赏。
感谢。
答案 0 :(得分:3)
严重级代码说明项目文件行抑制状态错误ILT0005:'C:\ Program Files(x86)\ Microsoft SDKs \ NuGetPackagesFallback \ microsoft.net.native.compiler \ 1.7.3 \ tools \ x86 \ ilc \ Tools \ Gatekeeper .exe @“我:... \ obj \ x86 \ Release \ ilc \ intermediate \ gkargs.rsp”'返回退出代码1 SampleWinApp
请尝试取消选中项目属性中的Compile with .Net Native tool chain
选项。它会起作用。