Jonathan Magnan
Jonathan Magnan
Hello @VasylBakalets , The issue happens in `Effort` which doesn't support `TransactionScope`. Unfortunately, we have spent some time to try to support this issue but we didn't success to fix...
You got a point. We will looks how `Entity Framework` handle the `TransactionScope`
Hello @Bouke , Thank you for reporting, My developer will look at it. Best Regards, Jon
Thank you for the additional information, I will discuss some solutions that could allow supporting both, but it will probably require a configuration on your side as we cannot support...
Hello @jzabroski , Sorry for the long wait, I didn't see your second message. We improved the error message in the version we released yesterday (v4.0.82) - Fixed the typo...
Hello @hpirnstoetter , This issue has been fixed starting with EF Core 3.x or higher in our library. As for EF Core 2.x, we currently do not support "mixed" entities....
Hello @NicolasGauvreau , I believe the `Take` statement is not supported. The way we created this feature is to execute a `DELETE` until there are no more rows matching the...
Thank you @NicolasGauvreau for your suggestion. You are right, we should look to add something like this. We will look at this issue and choose if we permanently fix (best...
Thank you for reporting, we will look at it.
Hello @ibootbg , My developer made an online example which looks exactly like your case: https://dotnetfiddle.net/TLKodd However, as you will see, everything works as expected. We probably miss a little...