Tomasz Cielecki

Results 216 comments of Tomasz Cielecki

When you write MAUI. What do you mean? Is it an App with the MAUI UI framework, or is it an App that targets `net7.0-android` and you are using MAUI...

You can use `net7.0-android` or `net8.0-android` without adding the MAUI UI framework. See: https://github.com/MvvmCross/MvvmCross/blob/develop/Projects/Playground/Playground.Droid/Playground.Droid.csproj

Sorry for the delay. I need to find a Windows PC to test this one, I will try to get it reviewed this weekend.

Sorry, was out traveling. Will get to this one today :)

Yeah, I don't think that is the right way to reference the WPF netcore libraries. I've seen CefSharp do something like in their netcore WPF projects. Not sure if it...