Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ByZhouhang opened this issue Oct 13, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@ByZhouhang
Copy link

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%.

@koenbeuk koenbeuk added wontfix This will not be worked on help wanted Extra attention is needed and removed wontfix This will not be worked on labels Nov 19, 2023
@ByZhouhang
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants