Open netty2019 opened 3 weeks ago
Do you scan for IRegister types at the startup?
TypeAdapterConfig.GlobalSettings.Scan(typeof(HjCollectDtlMapper).Assembly);
Or add them explicitly?
TypeAdapterConfig.GlobalSettings.Apply(new HjCollectDtlMapper());
My project is asp.net 4.7.2 MVC, Mapster version 7.2.0
Configuring IRegister does not work