Earlier quoted context omitted.
I've been porting a Blazor/.net 8 project ( https://interro.bot ) to Maui for the past couple months. I just released Android last week, and Mac/iOS is in the pipeline. There are plenty of gotchas and I wouldn't say Maui feels mature yet, but the issues in my case are mostly on the build side. I'm optimistic though, the platform does improve with regular releases, and the end product (once through the build headaches…
Are you using Blazor Hybrid or are you going native? I've been trying to learn Avalonia and already moved away from ReactiveUI in favor of MVVM. My server application is built in Blazor, so kinda wondering how well concepts transfer over.
Avalonia looks pretty nice, but I've never tried it so I'm not sure how it compares.