@ionoy I need your help. When LiveSharp is installed in my project with App.xaml (.NET Standard 2.1, latest Xamarin Forms), the app (MacOS app) crash during starting (cannot find converter - the file with converters is applied to App.Resources as ResourceDictionary). When I removed LiveSharp nuget, everything works as expected
when I copied those converters directly to App.xaml it started to work (I have also color, styles, templates in separate ResourceDictionary files like this one with Converters and they work without issues)