Jonathan Magnan
Jonathan Magnan
Hello @joshidp , We looked at this issue and in the short term, I don't think we will improve the method overload resolution. Way too much code is involved to...
@StefH , I don't think that's compatible since the `anonymous type` created is not really an anonymous type. We will check if there is something we can do about it.
Hello @StefH , Look like I was wrong, my developer did the test and it seems we already support anonymous type created by LINQ Dynamic. ```csharp using Microsoft.Data.SqlClient; using Microsoft.EntityFrameworkCore;...
Hello @abacusFan, We will look at it if there is something we can do. Best Regards, Jon
Hello @ElenaShlykova , Thank you for reporting, My developer will look at it. Best Regards, Jon
Hello @karolswdev , Sorry for the long delay, Unfortunately, there is no good news for this one. Making it work correctly with `PostgreSQL` requires too many changes for what we...
Hello @ElenaShlykova , The mapping currently only works for method coming from Dapper Plus such as `BulkInsert`, `BulkUpdate`, `BulkDelete`, `BulkMerge`. `Query` method is from `Dapper` itself so we do not...
Hello @ElenaShlykova , This is eventually something we will want to do in the future. Unfortunately, we choose to pause temporarily this request as we need to complete the code...
Hello @eymenkhater , The issue happens because you are currently using a global mapping inside a method. This means every time the method is called, you currently rewrite this mapping...
Hello @eymenkhater , I don't think you miss anything. But perhaps there is a little piece of the puzzle we are missing. Here is a quick fiddle I made with...