Jonathan Magnan
Jonathan Magnan
Hello @API-kernel , Could you try the following LINQ ```csharp using (var context = new DataContext()) { context.Order .Where(order => order.OrderId == 1) .Update(order => new Order() { Comment =...
Hello @Jonatthu , We successfully reproduced this issue. This is caused by our library (obviously) when trying to find the KeyMember from the type provided. To retrieve the KeyMember, our...
Hello @Jonatthu , The v1.4.27 is now available: https://www.nuget.org/packages/Z.EntityFramework.Plus.EF6/ Let me know if the issue is fixed. Best Regards, Jonathan
Hello @Jonatthu , Sorry, I just see you use "AsNoTracking" and forget to mention you IncludeOptimized is only compatible when tracking is enabled. I tried to support it this weekend...
Since I will try to support it soon, better let this issue open until I support AsNoTracking (or abandon the support). When EF Core will be more stable, more features...
Hello @yehiaelsayed , Thank you for letting us known. We will try to see if there is something we can do about it. Best Regards, Jonathan --- **Performance Libraries** `context.BulkInsert(list,...
Hello @yehiaelsayed , The v1.8.1 has been released with your fix. Let me know if everything is working as expected. Thank again for your contribution. Best Regards, Jonathan
Something major is coming ;) That's all I'm allowed to said at this moment
Hello @lechengbo , Please let me know about: - Entity Framework Core version - MySQL database provider & version Best Regards, Jonathan
Hello @lechengbo , My developer made some test but he never successfully reproduce the issue. Do you think you could provide a sample project example/test with this issue? It will...