Our current project requires Telerik controls for displaying statistics (mainly using the Charts and Gauges).
For this, initially, I used the Win8.1 Universal SDK, but it had a huge issue - the Telerik.Core.BindingExpressionHelper uses reflection, and does not define itself as Dynamic, for the .Net Native compiler.
So I installed and selected the UWP SDK, which is supposed to work just fine. However I get the same exception:
Exception thrown: 'System.Reflection.MissingRuntimeArtifactException' in System.Private.Reflection.Core.dll
Additional information: MakeGenericMethod_NoMetadata, Telerik.Core.BindingExpressionHelper.ToUntypedFunc<TestApp.Models.Data,System.Double>(System.Func<TestApp.Models.Data,System.Double>). For more information, visit http://go.microsoft.com/fwlink/?LinkId=623485
In theory if Telerik released a truly release build of their libraries, it should already be .Net Native compiled and checked for such errors.