abdullah kara
Results
2
issues of
abdullah kara
This new property allows the parser to consider non-public members during property/field lookups when access is permitted. Updated ExpressionParser to utilize this configuration for member visibility during lookups.
### Describe the bug When using dynamic queries in **System.Linq.Dynamic.Core**, I am not able to access `internal` properties of my entity classes. Even though I added `[assembly: InternalsVisibleTo("DynamicLinqTest")]` (or the...