FLuentNhibernate 的最新二进制版本 +休眠+ NHibernate 的 Linq
人们会构建自己的版本吗?或者有没有地方可以预建所有这些?
我得到了最新的 FluentNhibernate,它有 NHibernate 但没有 Linq....但我真的不想设置 ruby rake 构建系统等等,除非我真的必须这样做!更喜欢只获取我需要的所有二进制文件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个构建:
http://www.dennisdoomen。网/2009/07/nhibernate-210-ga-with-linq-and- Fluent.html
Here is a build:
http://www.dennisdoomen.net/2009/07/nhibernate-210-ga-with-linq-and-fluent.html
我构建了自己的版本,因为当我只想升级 FluentnHibernate 时,我不想被迫升级 Fluent 的所有依赖项。
安装 ruby 是下载并单击一个 exe,rake 安装程序包含在 Fluent nhibernate 存储库中。这不需要您阅读任何手册或具有任何 Ruby 知识。花费的时间不应超过 2 分钟。
许多.net项目使用rake而不是nant或msbuild,因为ruby语言的语法比xml更容易阅读。
您可以在 使用的构建服务器上下载所需的二进制文件流畅的休眠
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