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

Rework Queryable compilation to be closer to dotnet implementation #151

Open
theraot opened this issue Jan 29, 2021 · 0 comments
Open

Rework Queryable compilation to be closer to dotnet implementation #151

theraot opened this issue Jan 29, 2021 · 0 comments

Comments

@theraot
Copy link
Owner

theraot commented Jan 29, 2021

In particular QueryableTransformer should be replaced with a form of EnumerableRewriter, ExpressionTransformer could be removed.

theraot added a commit that referenced this issue Jan 29, 2021
There is a IsAssignableTo in .NET 5.0 - the implementation is different. We need to clean the uses of this method if we want to expose it. Which is why I opened #151
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant