c# - .NET native 在哪里?

标签 c# visual-studio-2015 .net-native

我对这个想法很兴奋 compile C# code to native machine code下载了.NET native并安装它。但是我无法将我的构建配置为既不编译为 x86 也不编译为 x64。事实上,除了“任何 CPU”arch 之外别无他法:

enter image description here

这是关于:

enter image description here

编辑:当我来安装时,我选择了这个功能:

enter image description here

最佳答案

那是因为您的应用程序是 Windows 窗体 应用程序。来自文档:

This developer preview currently enables building apps for Windows Store on ARM and x64 architectures (stay tuned for x86.) .NET Native will soon enable a consistent and converged experience across devices. Today's preview supports Windows Store applications. We will continue to evolve and improve native compilation for the range of .NET applications.

关于c# - .NET native 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29462993/

相关文章:

c# - 我可以为我的自定义值类型分配后缀吗?

c++ - 如何在 visual studio 2015 中显示 "unimplemented pure virtual"?

ios - 语法错误 : Unexpected token M (when running cordova project from Visual Studio 2015)

asp.net - 我们可以通过 .net native 编译一个 asp.net 5 应用程序吗?

windows-store-apps - 应用通过WACK但未通过商店提交认证

使用 StoreContext 时,Release 模式下的 .NET Native 序列化异常

c# - c#中的序列化和反序列化

c# - asp.net Oracle 调整线程休眠

visual-studio-2015 - VS studio 2015 从项目或解决方案中删除未使用的用途

c# - 将通用集合转换为字符串列表