Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 895 Bytes

File metadata and controls

15 lines (12 loc) · 895 Bytes

Viewing Automapper Execution Plans with ReadableExpressions

This repo demonstrates how to use ReadableExpressions to view AutoMapper execution plans. An execution plan shows how AutoMapper will perform a mapping from a source to a destination type.

Run the console app, mouse over the populated description variable and click the magnifying glass to view AutoMapper's execution plan for the WeddingDto -> Wedding unflattening mapping. You can also see the same mapping plan in the output of this DotNetFiddle!

For a colourized, themeable view with various translation options, install the ReadableExpressions Debugger Visualizers, mouse over the populated executionPlan variable and click the magnifying glass for full technicolour!