-
Notifications
You must be signed in to change notification settings - Fork 109
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
Exception using .net 6 #73
Comments
I cloned the current repo, included this in my project and it solved this problem for me so guessing the project just needs a new build pushed to nuget for Net 6. Is this something in the works? |
We get this exception since ef core 6 and .net 6: |
Do we know when the latest build will be pushed to nuget for .NET 6 ? |
maybe this weekend |
I'm still getting the error:
|
I got this error, too, when I migrate from .Net 5 to .Net 6.
|
Same with me. Any help would be appreciated. Thanks, |
if you download from nuget it will throw this exception , you can clone this repository,and relaase it. |
Add |
Is there any fix or workaround for this issue? |
Try to Add |
very very sorry, please update to version v6 |
When trying to run it with .net 6 and ef core 6.0.1 this throws an exception during startup.
The text was updated successfully, but these errors were encountered: