Skip to content

Conversation

DocSvartz
Copy link

@DocSvartz DocSvartz commented Jun 13, 2025

Add async mapping extensions:

  • AdaptAsync<TDestination>()
  • MapAsync<TDestination>(source) from IMapper

Example of use:

var dto = await poco.AdaptAsync<Dto>();

IMapper mapper= new Mapper();
var destination = await mapper.MapAsync<Dto>(poco);

@DocSvartz DocSvartz linked an issue Jun 13, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify async mapping
1 participant