-
-
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
Issue : SkipWhile Method not found in mono #157
Comments
System.TypeInitializationException: The type initializer for 'System.Linq.Dynamic.Core.DynamicQueryableExtensions' threw an exception. ---> System.Exception: Method not found: SkipWhile |
This Code:
Produces following output:
|
In Net 4.7.1. this is print out:
|
so you'll see mono has a differnet ToString implementation! Think we should change the code so it does notlook for strings! |
I've reported a Mono Issue too, but I think we should fix, as I think the too string output may change on a new runtime. mono/mono#8312 |
DynamicLinq Core does not work with mono atm.
Can we fix this? Method SkipWhile isnot found. Following methods exist in mono:

The text was updated successfully, but these errors were encountered: