Tynamix / ObjectFiller.NET

The .NET ObjectFiller fills the properties of your .NET objects with random data
http://objectfiller.net
MIT License
76 stars 35 forks source link

Fix property detection in multi-level hierarchies #110

Open ghost opened 7 years ago

ghost commented 7 years ago

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.

ghost commented 7 years ago

Strange, the CI build failed. Why isn't BindingFlags found?