System.Linq.Dynamic.Core
System.Linq.Dynamic.Core copied to clipboard
Add AllowAccessToNonPublicMembers property to ParsingConfig
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.
@pirumar
Can you also add unit tests?