-
I have the following classes:
I'm trying to map properties for both and join them together. I assume this is what Profiles can do. However, I get the this error on the line that calls
Is this the proper way to extend mapped properties? I expect the output to be:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
what if you change |
Beta Was this translation helpful? Give feedback.
-
@jbarranis hi, have you read this in the documentations? https://automapperts.netlify.app/docs/misc/limitations#property-name-with-number-or-special-characters I think this is one of the cases of limitations. For your |
Beta Was this translation helpful? Give feedback.
@jbarranis hi, have you read this in the documentations? https://automapperts.netlify.app/docs/misc/limitations#property-name-with-number-or-special-characters I think this is one of the cases of limitations.
For your
Entity
andEntityVm
, I think usingSnakeCaseNamingConvention
is more appropriate thanPascalCaseNamingConvention
given your example