Alternatives
Products that do what Design Time Mapper – Compile time object-object mapper for C# does
- 1LC
2018 · github.com
- 2CC
2020 · codemap.app
- 3XA
2019 · github.com
- 4WF
2021 · github.com
- 5AP
2020 · github.com
- 6BA
2015 · bud.urbas.si
- 7CR
2017 · github.com
- 8AS
2019 · thestarmaps.com
- 9NS
2022 · github.com
- 10CT
2015 · github.com
- 11FA
2021 · github.com
- 12CP
2014 · csharppad.com
- 13AL
2018 · github.com
- 14GG
2017 · github.com
- 15CG
2019 · github.com
- 16CC
2021 · github.com
- 17NN
2013 · jlongster.github.io
- 18MO
2015 · github.com
- 19HC
2016 · github.com
- 20LR
2020 · github.com
- 21SO
2016 · github.com
- 22AP
2022 · github.com
- 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
- 24KC
2016 · koloboke.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →