Hi,
We are beginning the process of porting an existing Unity Windows app to UWP. Our code uses several .Net namespaces that don’t exist in UWP (we don’t know how many yet - large code set.) So obviously the build to produce the UWP project is breaking. I am wondering what a good workflow is to discover what existing code needs to be modified to migrate to UWP. There don’t seem to be any code analyzers out there. It would be nice if Unity had an option to build the UWP solution including errors so we could open the solution in VS 2017 and see everything that needs to be modified. Does anyone have a thought on a workflow or tools that will be efficient?
Thanks