Xamarin has reached End of Support
dotnet.microsoft.com
Xamarin has reached End of Support
1–10 of 18 posts
Re: Xamarin has reached End of Support
#2Re: Xamarin has reached End of Support
#3Re: Xamarin has reached End of Support
#4Re: Xamarin has reached End of Support
#5Does 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?
Re: Xamarin has reached End of Support
#6Does 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?
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.
Re: Xamarin has reached End of Support
#7Does 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?
Re: Xamarin has reached End of Support
#8Re: Xamarin has reached End of Support
#9Does 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?
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…
Re: Xamarin has reached End of Support
#10Does 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?