A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
I get this quite infuriating error a lot in converting a Xamarin app. Typically the exception is not raised until the UI is updated, but the problem actually happened much earlier and somehow had been 'remembered' by MAUI meanwhile! An example is a static list of visual elements that is added to a StackLayout on multiple occasions. The parent of each visual element must then be removed before adding the visual element. Can be tedious to find, in a complex app.