ObjectFiller.NET
ObjectFiller.NET copied to clipboard
Fix property detection in multi-level hierarchies
When a hierarchy has multiple levels, FillInternal() does not find public properties from higher up the hierarchy. Fixed the way that GetProperties() is called to ensure these properties are found.
Strange, the CI build failed. Why isn't BindingFlags found?