Fixed
Details
Details
Assignee
Oskar Berggren
Oskar BerggrenReporter
Oskar Berggren
Oskar BerggrenLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created May 26, 2012 at 1:45 PM
Updated September 21, 2014 at 12:42 PM
Resolved July 4, 2012 at 3:00 PM
We want to be able to build NHibernate using .Net 4 with ISet<T> from the BCL instead of Iesi.Collection. The BCL has no interfaces or classes corresponding to non-generic ISet. Since generics are ubiquitous nowadays, there seems to be little sens to keep supporting ISet.
Therefore, remove all NHibernate usage of ISet including test cases, except that which is required to support ISet in mapped classes. The first part can be done without breaking changes, while complete removal of support for ISet will be a separate issue.