I have tried using the nuget pakage (here's a link http://nhforge.org/blogs/nhibernate/archive/2011/03/15/using-lt-set-gt-in-mappings-without-iesi-collections-net-4.aspx to more info on it). The problem is that I am working on an existing model and would like to start to migrate away from Iesi and utilize the BCL ISet<> implementation. So when I set this up, it breaks all the existing mapping to Iesi. Is it possible to have both solutions co- exist together?
On Apr 23, 4:51 pm, Berke <[email protected]> wrote: > Sorry if this has been asked and answered but is the .net 4 ISet<> > supported in nHibernate 3.2.0.4000? Or is the recommended approach to > use the "NHibernate.SetForNet4" nuget package for now. Or has it been > added to a more recent release of nHibernate. > > Thanks -- 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.
