The compile-time object mapper — documentation index.
Mapwright.Migration converts AutoMapper Profiles for you, and what it honestly leaves to you.Runnable samples in the repository:
samples/FeatureTour — one console app demonstrating every feature: object maps,
copies, records & required, enum strategies, collections/sets/dictionaries,
auto-synthesized nested maps, flattening & unflattening via dotted paths, scalar conversions, derived-type
dispatch, custom methods, deep cloning, hooks, projections/ProjectTo, instance mappers,
generic Map<TSource, TTarget> dispatch, and DI-resolved value converters.
Generated code lands in obj/generated for reading.samples/CatalogApi.Sample — the AutoMapper-migration case study, runnable.See the repository README for the feature reference, diagnostics table (MW0001–MW0018), and the parity roadmap.