You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)'.
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.
The text was updated successfully, but these errors were encountered:
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.
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: 'VoidSystem.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.
The text was updated successfully, but these errors were encountered: