EntityFrameworkCore.Projectables icon indicating copy to clipboard operation
EntityFrameworkCore.Projectables copied to clipboard

only update EntityFrameworkCore.Projectables 2.3.0 to 3.0.X Causes EFCore.BulkExtensions bulk deletions and updates to fail

Open ByZhouhang opened this issue 2 years ago • 1 comments

In my project I user EFCore.BulkExtensions for batch update or Delete I upgraded my nuget package these two days ,After upgrading and testing one package after another,Eventually I found out when I upgraded EntityFrameworkCore.Projectables EntityFrameworkCore.Projectables.Abstractions 2.3.0 to 3.0.x, EFCore.BulkExtensions batch update or delete will faild with error msg: Non-static method requires a target,Non-static method requires a target。 If you try, you will reproduce this problem 100%.

ByZhouhang avatar Oct 13 '23 15:10 ByZhouhang

Can someone tell me why? How to solve this problem

i want to use efcore 8 and EFCore.BulkExtensions and EntityFrameworkCore.Projectables at the same time

ByZhouhang avatar Dec 06 '23 07:12 ByZhouhang