YamlDotNet icon indicating copy to clipboard operation
YamlDotNet copied to clipboard

Fix property handling when there are hidden properties

Open julian-burger-ttd opened this issue 1 year ago • 0 comments
trafficstars

Fix issue #959

When using reflection, get the first property that matches the name. This will be on the most derived type.

When looking for custom attributes, don't search up the hierarchy if a property hides the base class version.

julian-burger-ttd avatar Aug 25 '24 17:08 julian-burger-ttd