Dynamic Component Should Allow Generic Dictionary
Description
Environment
None
Activity
Show:
Alex Zaytsev June 6, 2018 at 12:50 PM
Moved here.
Ricardo Peres August 31, 2014 at 11:33 PM
Pull request updated
Ricardo Peres August 20, 2014 at 10:40 AMEdited
Pull request: https://github.com/nhibernate/nhibernate-core/pull/305
Created additional generic (with IDictionary<string, object>) tests for all test cases related to dynamic-component (NH-1796, NH-1039, and NH-2664)
Fixed
Details
Assignee
Reporter
Ricardo Peres
Ricardo PeresComponents
Fix versions
Affects versions
Priority
Trivial
Who's Looking?
Open Who's Looking?
Created August 19, 2014 at 3:11 PM
Updated December 13, 2018 at 11:57 AM
Resolved December 13, 2018 at 11:57 AM
Who's Looking?
Currently, the dynamic-component mapping only allows properties of type IDictionary. It should also support IDictionary<string, object>.