MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.3k stars 328 forks source link

Pass additional configuration settings to Mapster.Tool #528

Open jvmlet opened 1 year ago

jvmlet commented 1 year ago

Please allow to pass global settings (like RequireExplicitMapping, RequireDestinationMemberSource, AllowImplicitDestinationInheritance and other settable properties ) to Mapster.Tool :

dotnet mapster mapper -Global.RequireExplicitMapping true -Global.RequireDestinationMemberSource true