Samuel Rodrigues
Samuel Rodrigues
> * Você usa `RegisterMappings.Register()`é chamado na inicialização. > * Quais versões de Dapper.FluentMap, Dommel e Dapper.FluentMap.Dommel você está usando? verssions: Dapper.FluentMap 2.0.0, Dapper.FluentMap.Dommel 2.0.0, Dommel 2.1.0 I created this...
@henkmollema I'm using the Dapper.FastCrud Is it incompatible? My base repository: ``` using Dapper.FastCrud; using Dommel; using System.Collections.Generic; using System.Data; using System.Threading.Tasks; namespace CadastroRegraPBM.Repositories.Impl { public class DapperRepository where TEntity...