fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.13k stars 122 forks source link

Fix namespaces in Fabulous.MauiControls #988

Closed TimLariviere closed 1 year ago

TimLariviere commented 1 year ago

There is some name collisions between the control interfaces which end up applying the wrong generic constraints eg. Fabulous.Maui.ILabel vs Microsoft.Maui.ILabel

This PR fixes the ones I noticed