AutoMapper.AutoMapperMappingException
来源:5-8 【应用】使用 AutoMapper 自动映射数据

weixin_慕数据0455426
2021-03-08
AutoMapper.AutoMapperMappingException:“Missing type map configuration or unsupported mapping.”
写回答
1回答
-
阿莱克斯刘
2021-03-10
这个错误明显是dto与model映射出了问题,估计是automapper的profile文件配置得有问题。请分别截图看看你的profile、userMaton、以及userMatonDto的代码。
00