-
-
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
Prioritize property or field over the type / Fix find for static property or field #357
Conversation
…operty instead of type
Codecov Report
@@ Coverage Diff @@
## master #357 +/- ##
==========================================
+ Coverage 88.49% 88.56% +0.07%
==========================================
Files 46 46
Lines 4503 4531 +28
==========================================
+ Hits 3985 4013 +28
Misses 518 518
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add 2 unit tests in https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/test/System.Linq.Dynamic.Core.Tests/Parser/ExpressionParserTests.cs to make sure that the normal situation and the new situation work correct ?
Changed Title Included tests |
When the type and property have the same name the parser takes the property instead of type