Activity
Show:
Oskar Berggren July 4, 2012 at 3:00 PM
Resolved over a number of commits in the last months.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Reporter
Labels
Components
Fix versions
Affects versions
Priority
Major
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
Who's Looking?
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.