IValueResolver won't work with AutoMapper
Hi guys , hope all of you doing well,
I'm recently working on a project where I need to convert a special type of values to
As yiou will notice that many times I will need to manually tell the
So, I read before a bout something called
Bu after using it like the following
I got a
Please any help to fix this issue ?
Massive thanks in advance <3
I'm recently working on a project where I need to convert a special type of values to
Datetime as the following example :As yiou will notice that many times I will need to manually tell the
Automapper how to convert the Google.Protobuf.WellKnownTypes.Timestamp date and time to C# DateTimeSo, I read before a bout something called
IValueResolver in Automapper, so I created my custom IValueResolver to do this job instead of repteat it like the following :Bu after using it like the following
I got a
Compile-Time error saying the message in the attached picturePlease any help to fix this issue ?
Massive thanks in advance <3
