/aspnet-core-automapper-example

Example to Support AutoMapper series on blog at https://digitaldrummerj.me/series/automapper-getting-started/

AutoMapper Example for Blog Post

This is a sample AutoMapper project for my blog series at https://digitaldrummerj.me/series/automapper-getting-started/.

Branch Descriptions

Happy path example for AutoMapper.

see post for details

This branch builds on feature/1-automapper-get-started

Test AutoMapper configuration

see post for details

This branch builds on feature/2-automapper-testing

Add configuration to AutoMapper for when property names are not the same between the input and output object.

see post for details