You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ricardo Peres created an issue — 19th August 2014, 15:11:42:
Currently, the <dynamic-component> mapping only allows properties of type IDictionary. It should also support IDictionary<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.
The text was updated successfully, but these errors were encountered:
hazzik
changed the title
NH-3670 - Dynamic Component Should Allow Generic Dictionary
NH-3670 - Dynamic component should allow generic dictionary
Jun 6, 2018
Ricardo Peres created an issue — 19th August 2014, 15:11:42:
Ricardo Peres added a comment — 20th August 2014, 10:40:44:
Possible breaking change: mapping a dynamic component with a
Hashtable
property instead of anIDictionary
as documented is no more supported.The text was updated successfully, but these errors were encountered: