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

Issue: DynamicQueryableExtensions.OrderBy extension method not using ParsingConfig parameter #172

Closed
mhubis opened this issue Jun 6, 2018 · 2 comments
Assignees

Comments

@mhubis
Copy link

mhubis commented Jun 6, 2018

This method is not passing the ParsingConfig parameter to the OrderBy method. This is causing the default ParsingConfig to be used by the ExpressionParser. The issue exists in DynamicQueryableExtensions.cs at line 960.

@StefH StefH changed the title DynamicQueryableExtensions.OrderBy extension method not using ParsingConfig parameter Issue: DynamicQueryableExtensions.OrderBy extension method not using ParsingConfig parameter Jun 6, 2018
@StefH StefH self-assigned this Jun 6, 2018
@StefH
Copy link
Collaborator

StefH commented Jun 6, 2018

Solved, please use new NuGet

@StefH StefH closed this as completed Jun 6, 2018
StefH added a commit that referenced this issue Jun 6, 2018
@mhubis
Copy link
Author

mhubis commented Jun 6, 2018

Thanks!

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

No branches or pull requests

2 participants