Blog Logo
TAGS

Mapperly: .NET Source Generator for Object Mappings

Mapperly is a .NET source generator that creates object mapping code at build time, minimizing runtime overhead. Its generated code is also readable, making verification of the mapping code easy. The documentation for Mapperly is available at https://mapperly.riok.app/docs/getting-started/installation. To start using Mapperly, add the NuGet package to your project: `dotnet add package Riok.Mapperly`. You can also contribute to the project by following the guidelines laid out in https://mapperly.riok.app/docs/contributing/. Mapperly is licensed under Apache 2.0, which is available at https://github.com/riok/mapperly/blob/main/LICENSE.