Reputation: 19684
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?
Upvotes: 6
Views: 938
Reputation: 2778
Also
.Mappings(m => m.AutoMappings.ExportTo("path"))
:)
Upvotes: 1
Nevermind!
.Mappings(m => m.FluentMappings.ExportTo("path"))