Daniel Marbach
Daniel Marbach

Reputation: 2314

Fluent NHibernate Upgrade to NH3.0 alpha

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

Upvotes: 1

Views: 230

Answers (4)

Sly
Sly

Reputation: 15247

You also can put AssemblyRedirect and use Fluent with latest Nhibernate. Fluent generates XML mappings, so everything should be fine.

Upvotes: 1

user497013
user497013

Reputation: 21

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.

Upvotes: 1

Phill
Phill

Reputation: 18814

You can get it using NuGet.

Upvotes: 1

Denis Ivin
Denis Ivin

Reputation: 5644

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".

Upvotes: 1

Related Questions