When can we realistically expect stability?

I have had a very mixed experience developing my first .Net MAUI app. On one hand I have had pretty bad results trying to build and run my app on iOS (simulator or physical) or MacOS. Every time there is a different build or deployment error that I find an open issue for on GitHub. Some of which have been open and stale for a while. Cleaning the project seems to make things worse sometimes. I feel like I am constantly cleaning and deleting the bin and obj folders. Not to mention how many times I have to restart visual studio to get some things to work. On the other hand, when it’s going well, I really enjoy working with the MAUI framework and the various Community Toolkits. I am not a fan of XAML so the C# markup package is perfect for me. I have also really enjoyed learning MVVM and data binding. If you take out all of the little bugs everywhere, I think MAUI is actually a very good abstraction over the native features. I have been working on the same app for a while now (probably almost a year) and every time I finish a coding session, I ask my self “is it worth all of this frustration to keep going with MAUI and wait for some more stability?”. I am partial to C# and .Net so I have been trying to stick with it as opposed to learning Flutter instead. I am hoping .Net 9 will at least help instead of hurt. Does anyone else feel the same?