Jonathan Magnan
Jonathan Magnan
Hello @mpriala-code, Could you try the latest version and let us know if this issue still occurs? The version you’re using dates back to 2018. Many issues have been fixed...
Hello @mpriala-code, Could you create a small runnable project that reproduces the issue? It doesn’t have to be your actual project—just a new solution with the minimum code. If possible,...
Hello @alfredjchiong, My developer will take a look at it. However, I’m not sure we’ll be able to reproduce the issue since the case seems quite simple. I understand the...
Hello @alfredjchiong, My developer tried but unfortunately wasn’t able to reproduce the issue on his side. Could you provide us with a small project or more details to help us...
Hello @DerMagereStudent , Indeed, it looks like we missed checking the cancellation token when using a `BinaryImport` strategy. We are currently working on the fix. Best Regards, Jon
Hello @DerMagereStudent , A new version is now available. We improved the code to better handle the `CancellationToken` when a bulk copy strategy is used. The code now checks the...
This was indeed a big question on our side as well. I will discuss it again with my developer. Meanwhile, this is already a major improvement compared to before. Best...
Hello @buthomas, We currently do not support savepoints in the same way EF Core’s `SaveChanges` handles them internally when a transaction is already in progress. Thanks for bringing this to...
Hello @buthomas, After reviewing this request, we are currently working on adding support for EF Core 10. Would it be fine with you if we add this only to EF...
Hello @buthomas, The v9.104.0.0 has been released. We decided to include the `SavePoint` logic from EF Core 5 as it was originally introduced. Let me know if everything works as...