doc/articles/updating-to-winui3.md
Uno Platform supports authoring apps using WinUI 3's API. This article details the changes required when migrating an application from the UWP API set to the WinUI 3 API set.
Read more about WinUI 3 and Uno Platform.
Uno.UI becomes Uno.WinUIUno.UI.DevServer becomes Uno.WinUI.DevServerUno.UI.Lottie becomes Uno.WinUI.LottieUno.UI.Foldable becomes Uno.WinUI.FoldableWindows.UI.Xaml becomes Microsoft.UI.XamlWindows.UI.Composition becomes Microsoft.UI.CompositionApp.xaml.cs:
MapControl is missingMediaPlayerElement is missingWebView is now WebView2For a full list of unavailable controls and visual features, as well as timelines for restoration in some cases, consult the WinUI 3 Feature Roadmap.
Some WinRT APIs are unsupported in WinUI 3 Desktop apps, notably CoreDispatcher, CoreWindow, and ApplicationView. Consult this guide for supported alternatives to those APIs. DispatcherQueue, the replacement for CoreDispatcher in WinUI 3, is supported by Uno Platform.
Instructions are available in Getting started with WinUI 3 for creating a new Uno Platform application targeting WinUI 3.