MappingGenerator was initially created as a design-time alternative to AutoMapper. Now it is evolving into a coding assistant to whom you can delegate the most mundane coding tasks. Code action that generates an implementation for different mapping methods based on the method signature. Code action that automatically completes method invocation with locally available variables. Code action that automatically completes object initialization block with locally available variables. Code action that generates mapping lambda for Select() and ConvertAll() methods. Full access to UI configurator that allows adjusting different aspects of how the mapping code is generated (in the free version you can try it how it works in read-only mode). Premium version contains a much broader set of converters and matching rules that are able to handle more complex mappings.
Features
- Generating mapping method implementation
- Generating full mapper class
- Generating mapping lambda for Select method
- Implementing object cloning
- Cleaning up method invocation (reformating, auto-extracting complex parameters, etc)
- Method invocation scaffolding
- Object initialization scaffolding