GetNonPrivateProperties contains the following check: where (properties == null) || properties.Contains(propertyInfo.Name). In case I use SharedProperties call properties is not null, it is an empty collection. As result, GetNonPrivateProperties returns no properties
Comments: ** Comment from web user: dennisdoomen **
Comments: ** Comment from web user: dennisdoomen **
Which version of FA are you refering to? And what is the exact scenario in which this problem occurs? Because we have unit tests for all scenarios, so maybe we miss something.