Skip to content

QUESTION : Asserting complete mapping #86

@brendanjerwin

Description

@brendanjerwin

A feature of the dotnet AutoMapper is AssertConfigurationIsValid() which will barf if a new property was added that was not able to be automagically mapped.

I'm trying to find a way to assert the same here. A unit test that will fail if there is a destination or source property that doesn't have an operation.

How might I go about this? Am I missing something obvious already?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions