Question

I am trying to debug my fluent application and would like to see what the generated files look like.

What are the ways to view them?

Is there a way to export them?

Was it helpful?

Solution

Nevermind!

.Mappings(m => m.FluentMappings.ExportTo("path"))

OTHER TIPS

Also

.Mappings(m => m.AutoMappings.ExportTo("path"))

:)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top