This might not be the right place for it, but I submitted a pretty
trivial patch in terms of code change, but the main feature is to
allow Linq queries over an IStatelessSession. I'm not sure if
IQueryFactory is the right name for that interface (I know the
ISession and IStatelessSession deriving from a common interface issue
has been talked about here before), and there's a question of whether
IQueryFactory should be IDisposable, but I just wanted to get Linq
working from a stateless session and this minor patch seems to do
that.
http://216.121.112.228/browse/NH-2211
Just wanted to give it some visibility to see if you guys might be
kind enough to get it folded into the 3.0 release.