Are you able to support both ISet and Iesei collections? Doesn't look like its possible without changing nhibernate. The collection factory know what type the collection holds but I don't see how it can find out what the collection type it is going to be assigned to. I figured I could change the code to switch which collection is created in the factory but don't think I can.
On Apr 24, 7:46 pm, Asher Newcomer <[email protected]> wrote: > I have it working well with the package you mention. It would be really > nice to see it in the proper release however. > On Apr 23, 2012 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. -- 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.
