-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Use AutoMapper for object-object mapping #45
Comments
@amoraitis sure, in the mean time I'll look into what is needed for implementing it in your project. If you don't want to take it yourself, I'd like to be assigned to it :) |
@jenia90 I would like to work on this, too. But, it's your issue, it's up to you. What I would do: I would open an What do you think? |
@amoraitis Sounds like a good idea! |
@amoraitis Awesome! But how do we split the work so we don't interfere each other? |
Currently we use manual mapping of DTOs to their respective DB entities which clutters the code.
Proposed solution
It would be nice to use AutoMapper library for automatic mapping of objects.
Alternative solution
An alternative solution, in case we don't want to add more packages, would be to implement
Map()
extension methods for every objects.The text was updated successfully, but these errors were encountered: