AutoMapper.AutoMapperMappingException: Error mapping types. Missing type map configuration or unsupported mapping.

在.net core 3.0项目中,有Repository、Service、Api层,需要在Entity、Model、RequestModel、ResponseModel之间进行转换,于是用到了AutoMapper。

但过程中遇到问题,出现以下错误。

以下是添加Profile的方式,添加了分别位于两个程序集中的Profile。

但问题是有个程序集中的Profile不能成功添加进去。详见图中说明。

各位大佬们有什么宝贵经验分享一下,燃眉之急啊!

回答

  1. API的profile检查一下对不对,继承的类,可访问姓之类的
  2. addautomapper的时候Api的ass放第一行看看行不行

以上是 AutoMapper.AutoMapperMappingException: Error mapping types. Missing type map configuration or unsupported mapping. 的全部内容, 来源链接: utcz.com/a/31483.html

回到顶部