You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%.
The text was updated successfully, but these errors were encountered:
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%.
The text was updated successfully, but these errors were encountered: