开发者

Fluent NHibernate with NHibernate 3.0

开发者 https://www.devze.com 2023-01-28 20:49 出处:网络
With NHibernate 3 going GA today, I was wondering if I can upgrade a project that is using Fluent NHibernate. Can i simply swap out the 2.1 DLL for the 3.0 and have it work? - Or is there more to it t

With NHibernate 3 going GA today, I was wondering if I can upgrade a project that is using Fluent NHibernate. Can i simply swap out the 2.1 DLL for the 3.0 and have it work? - Or is there more to it than that?

I know there will be some work with the change in Linq syntax but i am not concerned with that, I just want to know if the DLLs are interchangeable for Fluent.

Many thanks,

Koha开发者_运维问答n


Addendum

The Fluent guys have done it themselves now: http://fluentnhibernate.org/downloads


drlongnecker has built Fluent NHibernate for NHibernate 3.0GA. You can grab the source here.

Update: Fluent Nhibernate now officially builds pre-release binaries with NHibernate 3.0.


You need to build them together. Can wait for NuGet to be updated or you can build them yourself.


Or you can put assembly redirect

0

精彩评论

暂无评论...
验证码 换一张
取 消