-
Notifications
You must be signed in to change notification settings - Fork 334
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
Nested complex type members are missed as flattened member sources #90
Comments
Mine is working fine, pls provide your test case.
|
Here's a vs 2015 test project displaying the issue. ...and in case something super weird is going on - they aren't mapped when I run it! :) |
Ahh, thank you for test case. If there are a lot of properties with the same prefix. Mapster will work incorrectly. |
No problem! It's easy to configure around, I just thought I'd flag it up :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
As per #89, mapping between the following members is having to be configured, instead of being found automatically by name matching:
Source:
+ProperName // <- doesn't match Sub2ProperName
+ProperName // <- doesn't match SubWithExtraNameProperName
Destination:
Cheers,
Steve
The text was updated successfully, but these errors were encountered: