NHibernate Generics Update

time to read 1 min | 52 words

The release (1.0.8) fixes a… strange… design decision that I made, to force the field type (and not the field value) to implement a specific interface.

Now you can define your fields as ICollection<T> and it will work as long as the value is EntitySet / EntityList / EntityDictionary etc.