Have you guys successfully done unit testing with the new Unit est App (UWP) project and Telerik?
I am seeing errors when trying to run or debug the unit tests. Some threads on the web with similar issues suggested adding the [Bindable] attribute to the main app class, but this has not helped fix my issue. It seems to be having issues with Telerik on startup.
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
"Cannot deserialize XBF metadata type list as 'UserThemeResources' was not found in namespace 'Telerik.UI.Xaml.Controls'. [Line: 0 Position: 0]"
Any suggestions?