-
Notifications
You must be signed in to change notification settings - Fork 27
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 6 #112
Comments
Hi @bricelam I also want to use the changes to ValueConverters to support null (dotnet/efcore#13850) to allow translating nullable database columns to Option types I'll see what I can do for compiled models, creating an implementation |
I am running into this error:
And here are the Nuget package versions I am using.
I think this is happening because the FSharp side of EFCore has not been updated to include the ICSharpHelper's new namespace in EF Core 6, which is Design.Internal not just Design. |
Hi @memoria-guy I'm working on releasing a version for EF Core 6, I'll update here when it's ready |
Howdy! We're starting to wind down on the EF Core 6 release, and I wanted to reach out to see if you needed any support from us.
The big new language-dependent design-time changes I can remember are:
The text was updated successfully, but these errors were encountered: