ReverseMap with type converter #3897
saiprabhur
started this conversation in
Ideas
Replies: 1 comment
-
You can write your own extension method for that. Other than |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Source/destination types
// Put your source/destination types here
Mapping configuration
var config = new MapperConfiguration(cfg =>
{
Version: x.y.z
10.1.1
Expected behavior
expecting reversemap possible for itypeconverter ?
Actual behavior
Steps to reproduce
// Your calls to Mapper.Map or ProjectTo here, with source/destination objects constructed
Beta Was this translation helpful? Give feedback.
All reactions