-
-
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
ParseException after update from v.1.0.8.18 to 1.0.9.0 or any newer (till 1.3.7) #757
Comments
@OlegNadymov please try preview NuGet from |
@StefH thank you! |
@StefH I've done several tests. Everything is Ok! 👍 |
I cannot give an indication when this will be released, for now use that preview version. |
Ok. Thank you! |
1. Description
I have string expressions with inner string statements, e.g.:
The class:
This class is already used in
TestCustomTypeProvider
of your test classDynamicExpressionParserTests
.I try to parse the expression this way:
2. Exception
Message:
Stack Trace:
3. Fiddle or Project
I have done changes in
DynamicExpressionParserTests
addingSqlExpression
,StaticHelper.SubSelect
,StaticHelper.First
locally only to check the first version where I can't parse my expressions. I have not done any PR.4. Any further technical details
It is working on v.1.0.8.18.
But it is not working on versions since 1.0.9.0 till the latest 1.3.7.
I want to upgrade to the latest version because of:
The text was updated successfully, but these errors were encountered: