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

MongoFrameworkQueryProvider CreateQuery method not implemented. #383

Open
joelsteventurner opened this issue Jul 23, 2024 · 0 comments
Open

Comments

@joelsteventurner
Copy link

I am trying to use System.Linq.Dynamic.Core with MongoFramework to achieve text based ordering for a UI,

e.g. query = query.OrderBy("Name");

Under the hood this library is using the LinqProdivder's CreateQuery method.

The MongoFrameworkQueryProvider class doesn't have this method implemented, so I get the following exception:

The method or operation is not implemented.
at MongoFramework.Infrastructure.Linq.MongoFrameworkQueryProvider\u00601.CreateQuery(Expression expression)

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