I use the ABP vnext framework to customize a class and implement AutoMapper.Internal.Mappers.IOjectMapper, note that it is not Volo.Abp. Object.Mapping.IOjectMapper. I expect to inject IAbpLazyServiceProvider into the class, but I don’t know how to implement it
I tried using IGlobalConfiguration ServiceCtor created a warehouse instance, but encountered an exception: “Cannot create an instance of type”. Upon querying the source code, it was found that it was in “Internal object Create Instance (Type type)=>ServiceCtor() (type)?? throw new AutoMapperMappingException (” Cannot create an instance of type “+type)”