Does anyone has recent experience with Maui targeting mobile? It had a not-quite-caught-up-to-Xamarin reputation for a while, has that changed now that we're on .Net 8?
It has some obscure bugs during build process (You need to have project in C:/ if you are on Windows), but otherwise it runs fine for Windows and Android. It also runs fine on MacOS, but you need to compile on MacOS as I did not figure out how to emit PKG file on Windows. It also runs fine on XCode iOS emulator, but I don't have iOS device to test on.
In nutshell, I think that MAUI has some pains to get used to, but when you make it working on one platform, it usually works on remaining platforms as well. Only thing which I don't like is HUGE binaries it generates (60-200MB) but I guess that's a price to pay for simple deployment on multiple platforms.
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) is solid.
I've moved on to Uno Platform. It runs on more platforms. such as Linux and WebAssembly, and it actually supports pure C# markup, which is what I always wanted. I know XAML by heart but I love, love the simplicity of using C#.
waldrews|1 year ago
pjmlp|1 year ago
Plus on Apple platforms it relies on Catalist, while most likely it will never do Linux.
Additionally, now outside of Windows, the best Microsoft can think of is using VSCode, or let JetBrains do the needful.
As such I don't see it to gain adoption beyond the .NET shops that were already deeply invested into Xamarin.
TheLoafOfBread|1 year ago
In nutshell, I think that MAUI has some pains to get used to, but when you make it working on one platform, it usually works on remaining platforms as well. Only thing which I don't like is HUGE binaries it generates (60-200MB) but I guess that's a price to pay for simple deployment on multiple platforms.
pragmar|1 year ago
criticalfault|1 year ago
https://www.reddit.com/r/Bitwarden/comments/1b32bbz/going_na...
hkon|1 year ago
TrueGeek|1 year ago
octopoc|1 year ago
mynameisnoone|1 year ago
_mlbt|1 year ago
unknown|1 year ago
[deleted]
glub103011|1 year ago
[deleted]