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

Exception Thrown Upgrading To Latest System.Linq.Dynamic.Core Version #622

Open
nmadland opened this issue Jul 29, 2024 · 2 comments
Open

Comments

@nmadland
Copy link

nmadland commented Jul 29, 2024

We are currently using version 5.0.3 of this package. When we upgraded System.Linq.Dynamic.Core from 1.3.12 to 1.4.3, we started getting this exception:

Exception while parsing expression true - Method not found: 'Void
System.Linq.Dynamic.Core.CustomTypeProviders.DefaultDynamicLinqCustomTypeProvider..ctor(Boolean)'.

which appears to be due to a change done in this commit in the SLDC code:
zzzprojects/System.Linq.Dynamic.Core@852434c#diff-59a013aa11deb1923983dd1185ff649c2c327d2841621d18dff2991ebbef6d6d

So it appears something in version 5.0.3 is not compatible with the latest DefaultDynamicLinqCustomTypeProvider contract. Are you able to please address this issue? According to your dependency chain you state that version 5.0.3 requires SLDC >= 1.3.7, so we assumed version 1.4.3 should work.

Thank you.

@aligneddev
Copy link

Here is the issue with some discussion

@nmadland
Copy link
Author

The System.Linq.Dynamic.Core team added backwards compatibility for this constructor, however it is now deprecated. It appears the updated package will be available in a few days. Just wanted to let you know for prioritization purposes. Thank you.

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

2 participants