Nicholaos Bilalis

Results 3 comments of Nicholaos Bilalis

Same here, I get: > Error CS0121 The call is ambiguous between the following methods or properties: 'Dapper.SqlMapper.AsList(System.Collections.Generic.IEnumerable)' and 'Dapper.SqlMapper.AsList(System.Collections.Generic.IEnumerable)' when I'm trying to use `.AsList()`, for instance, because both...

Hey @AkosLukacs , I found a solution that worked for me. I added the following to my .csproj: ```xml SomeAlias ```