-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Error (1.0.8.3 to 1.0.8.4 on EF 6.2) "No generic method 'OrderBy' on type System.Linq.Queryable" #161
Comments
This is indeed strange. Are you sure it's caused by the new version (1.0.8.4) ? Can you provide an example project with some more details? |
Yes, I'm sure its the version - maybe somehow its the (now static) class I will investigate more at a later time (haven't got that time right now) and create a repro. For now I'll just have to switch back. |
Or more likely its the new |
Thanks for reporting, for now I've unlisted the package from NuGet and will investigate. |
The The I did upload new NuGet : 1.0.8.5 |
Thanks, 1.0.8.5 works! |
I use Roslyn to dynamically compile script with dynamic queries in it (on EF 6.2 @ .NET 4.7.1) - and after updating to 1.0.8.4 (from 1.0.8.3) I get this error on 2. compile (first is ok):
Error: No generic method 'OrderBy' on type 'System.Linq.Queryable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic. :
Stack:
The text was updated successfully, but these errors were encountered: