Mapper.DynamicMap(object, source, destination) is deprecated in the latest version of Automapper.
What is the alternative of this method when the source and destination values are not known until runtime?
Mapper.DynamicMap(object, source, destination) is deprecated in the latest version of Automapper.
What is the alternative of this method when the source and destination values are not known until runtime?
Copyright © 2021 Jogjafile Inc.
I found the answer. It was all put into one method: