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

Move F# query translation support from EFCore.FSharp into EF #34552

Open
roji opened this issue Aug 28, 2024 · 1 comment
Open

Move F# query translation support from EFCore.FSharp into EF #34552

roji opened this issue Aug 28, 2024 · 1 comment

Comments

@roji
Copy link
Member

roji commented Aug 28, 2024

The community-maintained EFCore.FSharp package currently has some member/method translators to handle F#-specific constructs. We should consider moving these into EF itself, and do this as tree normalization in preprocessing.

/cc @bricelam

@koenigst
Copy link
Contributor

koenigst commented Aug 30, 2024

The EFCore.FSharp project already solved the following issues pertaining to query expression translation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants