Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fluent NHibernate with NHibernate 3.0

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,

Kohan


Addendum

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

like image 977
4imble Avatar asked Feb 25 '23 15:02

4imble


1 Answers

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.

like image 191
rebelliard Avatar answered Mar 03 '23 23:03

rebelliard