Fluent NHibernate 升级至 NH3.0 alpha

发布于 2024-10-05 06:48:01 字数 138 浏览 2 评论 0原文

海伊 我们想要使用最新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

压抑⊿情绪 2024-10-12 06:48:01

您可以使用 NuGet 获取它。

You can get it using NuGet.

玻璃人 2024-10-12 06:48:01

您可以尝试从 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".

北城半夏 2024-10-12 06:48:01

获取最新的 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.

幼儿园老大 2024-10-12 06:48:01

您还可以放置 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文