While eventually converging on a future ISet from the BCL is probably a good idea, I don't really see the current situation as a big problem. If you do, could you explain why? What do you mean with "need to use the absolute path"? Also, I've found it useful to use ICollection<T> instead of ISet<T> as public type for non-list collection properties in my domain classes, which limit the amount of places that need to deal with Iesi. If that is a problem.
/Oskar 2010/4/7 Dave <[email protected]>: > not cool :( > > On 7 apr, 20:54, Diego Mijelshon <[email protected]> wrote: >> Based on list emails and informal conversations with NH developers, I >> believe it's planned, but the first 3.x release will still be compiled >> against the 3.5 framework, and using Iesi.Collections. >> >> Diego >> >> >> >> On Wed, Apr 7, 2010 at 15:17, Dave <[email protected]> wrote: >> > With the coming release of .net 4.0 there is an interface ISet in the >> > Class library of .net >> >> > are there any plans from the nhibernate team to get support for it? of >> > is it already possible? Now i need to use the absolute path (namespace >> > + classname) to the iset in the Isie.Collection namespace. >> >> > -- >> > 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]<nhusers%[email protected]> >> > . >> > For more options, visit this group at >> >http://groups.google.com/group/nhusers?hl=en.- Tekst uit oorspronkelijk >> >bericht niet weergeven - >> >> - Tekst uit oorspronkelijk bericht weergeven - > > -- > 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.
