nowfound

Alternatives

Products that do what Design Time Mapper – Compile time object-object mapper for C# does

  1. 1LC
  2. 2CC
  3. 3XA

    2019 · github.com

  4. 4WF
  5. 5AP
  6. 6BA
  7. 7CR
  8. 8AS

    2019 · thestarmaps.com

  9. 9NS
  10. 10CT
  11. 11FA
  12. 12CP

    2014 · csharppad.com

  13. 13AL

    2018 · github.com

  14. 14GG
  15. 15CG
  16. 16CC
  17. 17NN
  18. 18MO

    2015 · github.com

  19. 19HC
  20. 20LR
  21. 21SO
  22. 22AP
  23. 23GM

    I’ve worked a lot with C# and .NET, and one tool I really missed when using Go was AutoMapper. So I built go-mapper, a lightweight Go package that helps map between structs — useful for converting DTOs to domain models, etc. Uses Go generics (1.18+) Supports shallow copy of fields Custom field transformations with fluent API Optional interface for struct-level control Example: type CreateUserDto struct { Name string Password string } type User struct { Name string PasswordHash string } mapper.CreateProfile(CreateUserDto{}, User{}, mapper.ForMember(func(u *User) any { return &u.PasswordHash…

    2025

  24. 24KC

Ranked by how close each launch is in meaning, then by votes. Refine with a description →