Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
流暢なアプリケーションをデバッグしようとしていますが、生成されたファイルがどのように表示されるかを確認したいと思います。
それらを表示する方法は何ですか?
それらをエクスポートする方法はありますか?
どうでも!
.Mappings(m => m.FluentMappings.ExportTo( "path"))
また
.Mappings(m => m.AutoMappings.ExportTo( "path"))
:)