Correct way to un-ignore a property #1953
Closed
artkolisnyk
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Thanks for the suggestion, currently We don’t plan to support un-ignoring in the future, since it would complicate the semantics of mapping configuration. If you need this property in only one mapping, the recommended approach is to remove |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A property in a source class is marked with
[MapperIgnore]attribute since most of the target mappings don't need it. But I want to include it in one specific mapping.What is the most correct way of doing it (un-ignoring)?
If I do it via
[MapProperty]attribute I'm getting a warningBeta Was this translation helpful? Give feedback.
All reactions