Jonathan Magnan
Jonathan Magnan
Hello @KamilBarbachowski , Indeed this page and the option were done for EF6 years ago and not for EF Core 6. We will look at it. Best Regards, Jon
Hello @KamilBarbachowski , @isak1080 , With the latest version, we updated how we handle concurrency. See the following documentation: https://entityframework-extensions.net/concurrency You will find an example of how to manage concurrency...
Hello @szavoda , Thank you for reporting, We will look at it. Best Regards, Jon
Hello @szavoda , We indeed have the issue, but it was initially coded this way as the method requires the `AsNoTracking` for not getting tracked and have a different value...
Hello @choby , There is currently A LOT of performance improvement ongoing at this moment (We pretty much cancel most requests we receive to focus on this) We are currently...
Hello @hosamyousof , Do you have an error if you are using non async method? Or only when using async method? Best Regards, Jon
Hello @hosamyousof , Could you provide the stack trace and exactly the error message when using non-async method? If feel weird that exactly the same error is throw as the...
Hello @hosamyousof , Since our last conversation, we haven't heard from you. As mentioned, in my previous message; Could you provide the stack trace and exactly the error message when...
Hello again, A simple reminder that we are here to assist you. Don't hesitate to contact us if you need more information. Best regards, Jon
Hello @manojkumaraut , Unfortunately, if you save a lot entities, it will create a lot of `AuditEntryProperty` as well. The high consuming CPU is probably caused by the `SaveChanges` method...