Closed
Description
Ricardo Peres created an issue — 19th August 2014, 15:11:42:
Currently, the
<dynamic-component>
mapping only allows properties of typeIDictionary
. It should also supportIDictionary<string, object>
.
Ricardo Peres added a comment — 20th August 2014, 10:40:44:
Pull request: #305
Created additional generic (with IDictionary<string, object>) tests for all test cases related to dynamic-component (NH-1796, NH-1039, NH-3571 and NH-2664)
Possible breaking change: mapping a dynamic component with a Hashtable
property instead of an IDictionary
as documented is no more supported.