-
-
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
Add custom static classes for parsing #187
Comments
Did you try this solution ? Or else I should make this method public: |
Hi @StefH ! Could you make the method with the signature is like below: Or if you don't mind I can fork your project and create pull request. |
Sorry. I copy pasted the wrong link. Just scroll down on that stackoverflow page and look for |
It's a quite good solution. But I have to add reference to |
You can also extend the https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/src/System.Linq.Dynamic.Core/CustomTypeProviders/DefaultDynamicLinqCustomTypeProvider.cs and add your types to the list there, see for example here : https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/src-console/ConsoleAppEF2.1.1/Program.cs#L22 |
Yes! It meets my needs! Thank you! |
Hi!
Could you create a convenient way of adding my custom static classes which I can use for dynamic parsing?
I've used for System.Dynamic.Linq this way https://stackoverflow.com/a/18313782. It uses Reflection. So it's not convenient.
I hope you can explain me how can I do it in System.Linq.Dynamic.Core.
Thank you in advance!
The text was updated successfully, but these errors were encountered: