-
Notifications
You must be signed in to change notification settings - Fork 36
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
Auto ignore properties when Destination Class does not have that property #19
Comments
Hi @rmalveis ! Thanks for creating this issue and your PR. I just merged the PR (kudoos for your work!). I am currently developing on a fix for the other open issue, which I am planning to push this week. This fix requires quite a lot of refactoring, therefore it is not yet ready to push with confidence ;) ... If you are okay with it, I would like to create one release solving both issues at once. |
Hey @loedeman ! Cheers. |
Hi @rmalveis, I just created release 1.8.0 (https://github.com/loedeman/AutoMapper/tree/1.8.0), which contains your merged PR. Please let me know if you encounter any issue (or create a PR to fix them if you feel like it ;-) ). Thanks! Happy coding! |
Thanks! I'll update in my project... if something weird appear I'll let you know.... or fix it :D Cheers. |
Hi.
I was using this lib, but I'm missing this functionality.
How can I achieve this using current implementation?
Here is a testCase to clarify:
(Just adding this test case to your current set it fails).
I didn't waste too much time analyzing and I think I made simple-minded solution, but you can check it and please feel free to make it safer or toggleable...
Can I open a pull request for you with my changes?
In my current working project this feature is essential.
Cheers.
The text was updated successfully, but these errors were encountered: