I just upgraded myself after listening to hanselminutes. On the podcast they say around October/November release. http://www.hanselminutes.com/default.aspx?showID=243
So far my unit tests all passed except one. If you make a linq call similar to .Where(x => parent == null) it fails with a mapping issue BUT .Where(x => parent.Id == null) works. On Aug 27, 3:51 pm, v64 <[email protected]> wrote: > We're trying to decide whether/when to switch to 3.0.0 and need some > input. > > How stable is it? What are areas of instability? > > When is the release planned? > > Thanks, > v64 -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
