-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support EF Core 7 #155
Comments
Same for dotnet 8 |
EF9 also broken as
|
Not sure if this is exactly the problem I'm facing.
And get this error when I try to add a migration:
|
Currently, if the project uses EF Core 7, an error occurs on attempt to create a migration, similar to the one shown in a comment to #112:
A workaround is to downgrade to EF Core 6.
The text was updated successfully, but these errors were encountered: