ObjectMapper icon indicating copy to clipboard operation
ObjectMapper copied to clipboard

Simple library for mapping one C# object to another with code generator built on top of Roslyn compiler platform

Results 1 ObjectMapper issues
Sort by recently updated
recently updated
newest added

Hi, I implemented something similar to ObjectMapper in one of my projects, but in a very slapdash way using powershell and reflection. I had the generation happening at compile time,...