sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
593 stars 153 forks source link

Remove dependency on Iesi.Collections from Mvc project #89

Closed seif closed 9 years ago

seif commented 11 years ago

SharpModelBinder.IsSimpleGenericBindableEntityCollection check if the property type is ISet from Iesi.Collections, this introduces a dependency on Iesi.Collections for any persistance.

Should move that check into NH specific assembly and use ModelBinder depending on persistance.

Or hopefully by the time 3.0 is ready, NH will have switched to using the .Net4 ISet and we can just remove the reference to Iesi

cd21h commented 9 years ago

Closed in #109