Latest Binary builds of FLuentNhibernate + Nhibernate + Linq for NHibernate

喜欢而已 提交于 2019-12-06 05:26:03

问题


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



来源:https://stackoverflow.com/questions/2067623/latest-binary-builds-of-fluentnhibernate-nhibernate-linq-for-nhibernate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!