分发预先经过 NGEN 处理的程序集是否有意义?
我从 这篇文章。是否有理由在设置时而不是构建时优先使用 NGEN 程序集?我并不特别关心设置时间,但这似乎是一个不必要的步骤,可以通过我的构建自动化。
I've found a few interesting links on using NGEN as a final step in an installer from this post. Is there a reason it is preferred to NGEN your assemblies at setup time, instead of at build time? I'm not particularly concerned with setup time, but it just seems like an unnecessary step that could be automated by my build.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NGEN 输出是计算机/CPU 特定的。您的构建机器可能不是生产机器(可能是不同的 DotNet 版本、AMD ? INTEL...谁知道...)
NGEN output is computer/CPU specific. your build machine will probably not be the production machine (maybe different DotNet version, AMD ? INTEL... who knows..)