- Blazor Hybrid is not yet implemented.
- Some
Microsoft.Maui.EssentialsAPIs, such asMainThread, cannot be directly overridden. Code that calls them will fall through to the .NET Standard stub and throwNotSupportedOrImplementedException. Use alternative APIs such as the .NET MAUIDispatcheras a workaround while support is being added. - Avalonia controls can be embedded into .NET MAUI native UI apps, but native UI elements cannot be embedded directly into
Avalonia.Controls.Mauiapps. - WinUI embedding of Avalonia and
Avalonia.Controls.Mauiviews is not yet supported. - Accessibility bridging between .NET MAUI and Avalonia is currently limited.
VerticalTextAlignmentis not supported in Avalonia and is a no-op. Text using this property will appear top-aligned.IWindowOverlayis not supported.- Deploying to existing .NET MAUI native targets (iOS, Mac Catalyst, Android, WinUI) in full-hosting mode is not yet supported. These platforms are planned.
Microsoft.Maui.Mapsis not supported. As an alternative, use Mapsui.Maui configured through theAvalonia.Controls.Maui.SkiaSharp.Viewspackage. See theMapAppsample for details.