Skip to content

NH-3670 - Dynamic component should allow generic dictionary #755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nhibernate-bot opened this issue Oct 12, 2017 · 0 comments
Closed

NH-3670 - Dynamic component should allow generic dictionary #755

nhibernate-bot opened this issue Oct 12, 2017 · 0 comments

Comments

@nhibernate-bot
Copy link
Collaborator

nhibernate-bot commented Oct 12, 2017

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.

@hazzik hazzik added this to the 5.2 milestone Jun 6, 2018
@hazzik hazzik changed the title NH-3670 - Dynamic Component Should Allow Generic Dictionary NH-3670 - Dynamic component should allow generic dictionary Jun 6, 2018
hazzik added a commit to hazzik/nhibernate-core that referenced this issue Jun 6, 2018
While nhibernate#755 is not fixed we have to use IDictionary as a dynamic component property type
@hazzik hazzik closed this as completed in dc71c7d Jun 7, 2018
fredericDelaporte added a commit to fredericDelaporte/nhibernate-core that referenced this issue Jun 21, 2018
grifsun added a commit to grifsun/fluent-nhibernate that referenced this issue Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants