Automapper: Handling NULL members
- by PSteele
A question about null members came up on the Automapper mailing list. While the problem wasn’t with Automapper, investigating the issue led to an interesting feature in Automapper. Normally, Automapper ignores null members. After all, what is there really to do? Imagine these source classes: public class Source
{
…