I want to port an app to run on the Raspberry Pi 3.
For the app I think I am forced to use UWP, but I don´t want to use UWP libraries. I think it is a good idea to use .NET Standard 2.0 libraries.
My questions:
- Is this the right way to get a portable code base?
- Will UWP App with .net standard 2.0 libraries work?
- Do .net standard 2.0 libraries support normal (non-UWP) unit tests?
now as the fall creators update is available I solved this task like follows:
Everything is working now so far. For sourcecode visit https://github.com/thosch1800/TT4-to-Garmin