My UWP-app (C++ XAML/DirectX) is using Windows Runtime Component (C#) (*)
Windows App Cert Kits "Supported API Test" fails with error (**) that suggests i should activate .net native. If that is the case how do i can compile WRC to native? WRC project don't have any options involving .net native and my project is C++ app which is also lacks any options regarding .net native.
Note:
(*) WRC that i use is https://www.nuget.org/packages/NotificationsExtensions.Win10/
(**) Error that i got:
Edit: I use Windows 10, Visual Studio 2015 Update 3 with latest Windows 10 SDK (version number is 10.0.14393.33)
It is actually supported scenario - you can publish such apps to Windows Store just fine and error is just a bug on the WACK part and can be ignored.