Ross ROSS = Recommend OSS · open-source software intelligence for agents

cezarypiatek/MappingGenerator

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. observed · 2026-08-28

github.com/cezarypiatek/MappingGenerator · homepage · C# · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3121
  • days_rel: n/a
  • days_push: 1690
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1023 stars · 120 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MappingGenerator is a Roslyn-based code fix provider for C# that generates object-to-object mapping code at design time, serving as a compile-time alternative to AutoMapper. It ships as a Visual Studio VSIX extension or NuGet package and also works with JetBrains Rider.

Use cases

  • generate mapping method implementations automatically in C#
  • design-time alternative to AutoMapper
  • generate full mapper classes from method signatures
  • generate mapping lambdas for LINQ Select calls
  • scaffold object initializers and method invocations
  • implement object cloning code in Visual Studio

When to choose

  • you want explicit, compile-time-checked mapping code instead of reflection-based AutoMapper
  • you work in Visual Studio or Rider with C# and want one-keystroke mapping generation
  • you need scaffolding for object initializers and method invocations

When to avoid

  • you need actively maintained open-source software - the FOSS version is archived and development moved to a commercial product
  • you don't use Visual Studio, Rider, or other Roslyn-based tooling
  • you want runtime mapping configuration like AutoMapper's profiles

Facets

plugin · maturity abandoned

developer-tools developer-tools windows dotnet editor-plugin roslyn code-fix-provider visual-studio-extension object-mapping automapper-alternative csharp vsix design-time-codegen code-generation refactoring dotnet ides

2 sources

Member repositories

RepositoryRoleHealth v2
cezarypiatek/MappingGeneratormain10

For agents

markdown · JSON · MCP: product_card(name="cezarypiatek/MappingGenerator")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem