Latest Binary builds of FLuentNhibernate + Nhibern

2019-04-10 11:35发布

问题:

do people build there own versions of all this? or is there a place to get all this prebuilt?

I got the latest FluentNhibernate which has NHibernate but no Linq.... but I don't really want to setup a ruby rake build system etc etc unless I really really have to! Prefer to just get all the binaries I need.

回答1:

Here is a build: http://www.dennisdoomen.net/2009/07/nhibernate-210-ga-with-linq-and-fluent.html



回答2:

I build my own versions, because I don't want to be forced to upgrade all the dependencies of fluent when I just want to upgrade fluentnhibernate.

Installing ruby is downloading and clicking one exe and the rake installer is included in fluent nhibernate repository. This does not require you to read any manual or have any ruby knowledge. It should not take you more than 2 minutes.

Many .net projects use rake instead of nant or msbuild because the syntax of the ruby language is easier to read than xml.

You can download the binaries you want at the buildserver used by fluent nhibernate