Skip to content
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

Add type descriptor support for property mapping #923

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

glopesdev
Copy link
Member

This PR generalizes support for nested input mapping by adding support for ICustomTypeDescriptor instances when building property mapping links.

By having BinaryOperatorBuilder implement ICustomTypeDescriptor directly it becomes possible to encapsulate this specific use case into a more general case which was built-into .NET 1.1 for similar purposes (e.g. COM architecture components) and avoids introducing new interfaces or special class metadata.

Fixes #792

@glopesdev glopesdev added the feature New planned feature label Jun 7, 2022
@glopesdev glopesdev added this to the 2.7.0 milestone Jun 7, 2022
@glopesdev glopesdev merged commit 5357d26 into bonsai-rx:master Aug 18, 2022
@glopesdev glopesdev deleted the issue-792 branch August 18, 2022 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generalize nested operator mapping
1 participant