Skip to:
Currently, the dynamic-component mapping only allows properties of type IDictionary. It should also support IDictionary<string, object>.
Moved here.
Pull request updated
Pull request: https://github.com/nhibernate/nhibernate-core/pull/305Created additional generic (with IDictionary<string, object>) tests for all test cases related to dynamic-component (NH-1796, NH-1039, https://nhibernate.jira.com/browse/NH-3571#icft=NH-3571 and NH-2664)
Currently, the dynamic-component mapping only allows properties of type IDictionary. It should also support IDictionary<string, object>.