Closed clabnet closed 8 years ago
Big news.
After 1 day of test and research, I have found the trick. Have you tried to map an entity containing an attribute with "object" as type ? This is the problem.
On my StatusMsg class inherithed by SearchModel definition was an object as type.
public object msisdn { get; set; } // WRONG !
public string msisdn { get; set; } // correct!
Hi, I have migrated from AutoMapper to your product. I must use it with SimpleInjector, but I cannot find any documentation for mapper registration. Here the mapper code :
The mapper registration on container bootstrap :
The SearchModel class (used as src object):
The DCCvwStatusReport class, (used as dest object)
And mapper interface :
When I run the verify of IOC container initialization, I get this error :
Any help ?
Thank's