Fluent NHibernate 升级至 NH3.0 alpha
海伊 我们想要使用最新的 alpha 版本的 NHibernate。不幸的是,最新的 Fluent nhibernate 版本是为 2.1 GA 构建的。您计划什么时候升级到最新的 NH?是否有一个源代码树,我可以从中分叉来构建最新版本?
丹尼尔
Hy
We want to use the latest alpha version of NHibernate. Unfortunately the latest fluent nhibernate release is built for 2.1 GA. When do you plan to upgrade to latest NH? Is there a source tree which I can fork to build the latest version from?
Daniel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用 NuGet 获取它。
You can get it using NuGet.
您可以尝试从 Git 此处 下载最新的二进制文件并针对 NH3 程序集进行构建(它包含一个项目文件,您可以在其中只需要将引用从 2.1 更新到 3).. 但可能他们已经在“不稳定/未来的二进制文件”中做到了这一点。
You could try to download their latest binaries from Git here and build against NH3 assemblies (it includes a project file where you would just need to update references from 2.1 to 3).. but probably they already did that in "Unstable/future binaries".
获取最新的 Fluent nhibernate 源代码,并将引用从 2.1.2 更改为 3.0 并重新编译 Fluent nhibernate 代码。
Get the latest source code for fluent nhibernate and change the references from 2.1.2 to 3.0 and recompile the fluent nhibernate code.
您还可以放置 AssemblyRedirect 并将 Fluent 与最新的 Nhibernate 一起使用。 Fluent 生成 XML 映射,所以一切都应该没问题。
You also can put AssemblyRedirect and use Fluent with latest Nhibernate. Fluent generates XML mappings, so everything should be fine.