MapTo icon indicating copy to clipboard operation
MapTo copied to clipboard

A convention based object to object mapper using Roslyn source generator.

Results 4 MapTo issues
Sort by recently updated
recently updated
newest added

It would be awesome if there is a chance to customize mapping method body with some lambda expression. --- **In example** ```csharp // Source public class OrderLine { public int...

Is there support for IQueryable projections?

Hi , I was using automapper to map my DTO with my Entity in my project, bumped into this and decided to give it a try. Normally once i defined...

Currently you have to implement ITypeConverter in order to provide a conversion for types that cannot be implicitly casted. I find it slightly complicated. What if we allow converting based...