Posts by Paulo Azevedo • 21 points
1 post
-
2
votes1
answer3537
viewsA: Dynamic mapping error: Missing type map Configuration or Unsupported Mapping
You need to first configure the types you want to map, try using the code below: private static IMapper mapper = new MapperConfiguration(cfg => { cfg.CreateMap<TipoTargetClass,…