System.Linq.Dynamic.Core icon indicating copy to clipboard operation
System.Linq.Dynamic.Core copied to clipboard

Add AllowAccessToNonPublicMembers property to ParsingConfig

Open pirumar opened this issue 4 months ago • 1 comments

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 avatar Sep 09 '25 15:09 pirumar

@pirumar

Can you also add unit tests?

StefH avatar Sep 27 '25 04:09 StefH