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: AlexIdsa **
Comments: ** Comment from web user: AlexIdsa **
I have downloaded source code of version 74631. Any scenario which uses SharedProperties call. Where are unit tests placed? I don't see them in source code