-
-
Notifications
You must be signed in to change notification settings - Fork 243
Description
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1. Description
We recently upgraded this package from version 1.3.12 to 1.4.3, and suddenly started getting the below exception.
2. Exception
If you are seeing an exception, include the full exception details (message and stack trace).
Exception while parsing expression `true` - Method not found: 'Void
System.Linq.Dynamic.Core.CustomTypeProviders.DefaultDynamicLinqCustomTypeProvider..ctor(Boolean)'.
3. Fiddle or Project
Otherwise, make sure to include as much information as possible to help our team to reproduce the issue.
4. Any further technical details
It appears to be part of this commit possibly -
852434c#diff-59a013aa11deb1923983dd1185ff649c2c327d2841621d18dff2991ebbef6d6d
It looks like in version 1.4.3, a constructor parameter was added for a parsing config object. Is there a way for you to make this nullable or optional, or to use an empty default assembly helper like before, if no parsing config is passed in?
But we were hoping that since we didn't have issues with the previous version that we wouldn't have to make a change on our side, beings this is not a major version upgrade in the package. Do you happen to have any capacity to address this please?
Thank you.