Getting \ building latest NHibernate build
Posted
by Alex Yakunin
on Stack Overflow
See other posts from Stack Overflow
or by Alex Yakunin
Published on 2010-06-12T08:45:58Z
Indexed on
2010/06/12
8:52 UTC
Read the original article
Hit count: 158
nhibernate
|linq-to-nhibernate
I'd like to get the latest NHibernate build or build it by my own. The build available at SourceForge is dated by Nov 2009, although I see there was a lot of activity later, especially related to LINQ development.
So what is the best option? I can:
- Get the latest source code and try to build it. Are there any instructions for this?
- Get one of latest builds shared by someone else. Are there any people maintaining such builds?
Please note, that I'm not interested in 8-month old builds - I need the latest code for tests (LINQ, performance).
I know there is a similar question, but it looks like top answers there are outdated.
© Stack Overflow or respective owner