I have a Xamarin Forms app that I have integrated Dotfuscator CE successfully with both Android and iOS. Now I am trying integrate with UWP but get a build error when Dotfuscator runs. I turned on the more verbose output and see this:
[Build Output] Couldn't load external type because its assembly can't be found: Windows.UI.Xaml.Controls.Page,Windows.Foundation.UniversalApiContract, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null
I followed the same directions I used for Android and iOS and updated both Dotfuscator CE (5.40.0.8950) and Visual Studio Community 2017 (15.9.5). Any ideas? Is protecting UWP not possible with Dotfuscator CE?