Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

Provide unit tests for automapper #46

Closed tomkerkhove closed 5 years ago

tomkerkhove commented 5 years ago

Provide unit tests for each mapping we do with Automapper.

This would give indication if things changes in PRs. Example is update of framework in #45 or contract changes.