-
Notifications
You must be signed in to change notification settings - Fork 230
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
Switch to the new EF Core plugin model #658
Comments
This was referenced Oct 18, 2018
Closed
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Oct 21, 2018
Notes: * Added some missing NTS translations * The new EF Core plugin model doesn't yet support specifying evaluatable (dotnet/efcore#13454), so we currently hack that up inside the main provider using type names as strings. Fixes npgsql#658
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Oct 27, 2018
Notes: * Added some missing NTS translations * The new EF Core plugin model doesn't yet support specifying evaluatable (dotnet/efcore#13454), so we currently hack that up inside the main provider using type names as strings. Fixes npgsql#658
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Oct 29, 2018
Notes: * Added some missing NTS translations * The new EF Core plugin model doesn't yet support specifying evaluatable (dotnet/efcore#13454), so we currently hack that up inside the main provider using type names as strings. Fixes npgsql#658
roji
added a commit
that referenced
this issue
Oct 29, 2018
Notes: * Added some missing NTS translations * The new EF Core plugin model doesn't yet support specifying evaluatable (dotnet/efcore#13454), so we currently hack that up inside the main provider using type names as strings. Fixes #658
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For 2.1, we developed our own plugin model (#300) to support NodaTime, NetTopologySuite and others. Much of that work has been integrated into EF Core itself for 2.2, so we should drop our own model and reimplement the plugins in the new, standard way.
Note blocking lack of support for specifying evaluatable from plugins (dotnet/efcore#13454).
The text was updated successfully, but these errors were encountered: