Код: Выделить всё
`var config = new MapperConfiguration(
options=>
{
options.AllowNullDestinationValues = true;
options.AllowNullCollections = true;
options.AddProfile(new AutomapperProfiles());
});`
Подробнее здесь: https://stackoverflow.com/questions/797 ... pper-error