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
@DocSvartz DocSvartz closed this Sep 30, 2025
@DocSvartz DocSvartz removed a link to an issue Oct 1, 2025
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.

1 participant