How to Move Uno Platform Pages to a Multi-Targeting Library
You can move Uno Platform pages and other code into a multi-targeted library that you can reference from the Uno Platform head projects. This is much more convenient than using Visual Studio Shared libraries. Shared libraries don’t seem to have full support in Visual Studio, and some features like quick refactors often don’t work. This article briefly explains what I did to get this working. I completely removed the shared library in my sample. You can clone my working sample here. Check out my Udemy course Introduction To Uno Platform. This video gives you a quick overview of creating a multi-targeting library and moving a page into it. https://youtu.be/MYEwMvQd9SM This article gives you a much more comprehensive step by step guide to converting an existing solution to used a multi-targeting library. Also, this process seems support hot-reload. The trick is...