You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
For various reasons, we are trying to use a resource dictionary ColorResources, which inherits from a base class BaseResources which inherits from ResourceDictionary.
When XAML compilation is enabled InitializeComponent throws a null reference exception. Stepping into it, it seems to be because it is trying to add a Color as a Style.
If I use VS for Mac Assembly browser, I see the following in InitializeComponent which includes a suspicious Style cast towards the end: