Bjorn Bailleul

Results 1 issues of Bjorn Bailleul

When mapping objects using the Async package: ``` await _mapper.From(result).AdaptToTypeAsync(); ``` We see that the mapping is not complete when the result is already returned. ``` config.NewConfig() .Map(dest => dest.ParentDetailsInternal,...