I can’t find a way to debug my 100+ build errors that I’m getting when building with .Net scripting backend. The errors often don’t even mention which class they are in. What’s the secret to fixing them? Also, how do I fix those that are part of a dll?
There is only one way: remove all usage of APIs, that are not available in .NET for UWP. For dlls you have to find versions built against .NET for UWP and properly setup plugin importer settings.
Could you paste the errors in question? They should say where they come from.