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

Make duck-typing support pluggable #60

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Make duck-typing support pluggable #60

merged 1 commit into from
Nov 16, 2022

Conversation

kzu
Copy link
Member

@kzu kzu commented Nov 16, 2022

The core Merq implementation provides just the core behavior, with Merq.AutoMapper providing a more solid dynamic-based backing which is more ready for production.

The Merq.Dynamically one is now a sample, since it has significant limitations in terms of type compatibility for the conversions.

Fixes #57

@kzu kzu enabled auto-merge (rebase) November 16, 2022 05:10
The core Merq implementation provides just the core behavior, with Merq.AutoMapper providing a more solid dynamic-based backing which is more ready for production.

The Merq.Dynamically one is now a sample, since  it has significant limitations in terms of type compatibility for the conversions.

Fixes #57
@kzu kzu merged commit 6a8d289 into main Nov 16, 2022
@kzu kzu deleted the dev/dynamic branch November 16, 2022 05:21
@kzu kzu added the enhancement New feature or request label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make duck-typing support pluggable with no built-in implementation
1 participant