C

Coding Defined's Coding Defined

This blog contains articles on Nodejs, Asp.Net, Csharp.
CodingDefined.com is a web based blog, contains articles on
programming languages, frameworks and architectures.

  • Rated3.1/ 5
  • Updated 1 Year Ago

How to Fix AutoMapper Configuration Exception: Unmapped members were found

Updated 5 Years Ago

How To Fix AutoMapper Configuration Exception:  Unmapped Members Were Found
In this post we will go through how to fix AutoMapper.AutoMapperConfigurationException: Unmapped members were found in ASP.NET Boilerplate. I got this error when I was using MapToEntity which is used to update the entity.
Read More