Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 539 Bytes

File metadata and controls

6 lines (4 loc) · 539 Bytes

AutomapperExample

An example of a .net core console application using Automapper, as well as how to create tests for automapper profiles.

There are unit tests for Automapper, the Automapper Asset profile as well as unit tests for the extension methods which are an alternative to using Automapper.

There is also a benchmark test project which is utilising benchmarkdotnet. You can view the results here.