In short, has anyone got one, including how to register the custom mapper.
I’m trying to map a custom IList<T> implementation and am not getting very far.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just replace the MapperRegistry.AllMappers with a new list. Here’s the default:
You’d take this Func, and replace it with something else, with this set of code as a starting point.
Not the prettiest thing in the world, but at least it’s possible.