kekekeks / XamlX

General purpose pluggable XAML compiler with no runtime dependencies.
MIT License
305 stars 55 forks source link

Fixes #45 where a derived class cannot override the Content attribute for a base class. #92

Closed billhenn closed 1 year ago

billhenn commented 1 year ago

This is intended to fix:

We have a need for this as well. The change is basically to not look at the base types for a Content attribute unless none is found on the current type. It will still look for duplicates on the current type.

I believe this should resolve the issue.