1 Repo
Verification that all required source properties have been assigned to target members during code generation.
Distinct from Type Requirement Validators: Existing candidates focus on business requirements or payment validation, not technical property-mapping completeness.
Explore 1 awesome GitHub repository matching software engineering & architecture · Mapping Completeness Validations. Refine with filters or upvote what's useful.
Mapperly is a C# source generator used for high-performance object-to-object mapping in .NET. It functions as a compile-time mapping library that produces the necessary transformation code during the build process, eliminating the need for runtime reflection when converting between domain models and data transfer objects. The tool distinguishes itself by providing type-safe diagnostic validation and strict mapping enforcement, emitting warnings for unmapped properties at compile time. It includes specialized capabilities for circular reference handling and deep cloning to maintain object iden
Validates that all required properties are mapped and flags missing entries during the generation process.