Skip to content

Commit 3376d0a

Browse files
committed
Added nuget shield to readme.
1 parent 1979ae9 commit 3376d0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ManualMappingGuard
22

3+
![Nuget](https://img.shields.io/nuget/v/ManualMappingGuard)
4+
35
Applications are often required to map data between different models, e.g. from a domain model to a view model or a DTO. There are libraries like [AutoMapper](https://automapper.org/) for such jobs, however the use of reflection has some drawbacks: navigating and debugging mapping code becomes much harder.
46

57
Writing manual mapping code on the other hand is error prone. For instance, it is easy to miss some target properties or source enum values, especially when code changes over time.

0 commit comments

Comments
 (0)