@henkmollema I came with this solution when I was using your library while working with Dapper, and wanted to suggest it to you if that might be interesting. The implementation itself is a FluentMapConfiguration extension method which gives possibility to automatically discover types implementing IEntityMap<> for specific assemblies, so there is no need to add them manually (usually everyone will be inheriting from EntityMap<>, but it is implementing IEntityMap) . Usage:
@henkmollema I came with this solution when I was using your library while working with Dapper, and wanted to suggest it to you if that might be interesting. The implementation itself is a FluentMapConfiguration extension method which gives possibility to automatically discover types implementing IEntityMap<> for specific assemblies, so there is no need to add them manually (usually everyone will be inheriting from EntityMap<>, but it is implementing IEntityMap) . Usage: