-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
My idea is to make the IObjectMapper<TEntity, TEntityDto> method async, and then I can assign the value by querying the repository or calling an external service.
Describe the solution you'd like
IObjectMapper<TEntity, TEntityDto> Map to MapAsync
Additional context
No response