Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
This commit is contained in:
Miguel Ramos 2021-03-10 19:51:46 -08:00 коммит произвёл GitHub
Родитель 70084ecef7
Коммит e20ca9e136
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -12,9 +12,11 @@ This repository contains all controls for WPF and WinForms to simplify and demon
For everything else in the Windows Community Toolkit (UWP controls, .NET Standard web services, helpers and more), [start here](https://github.com/windows-toolkit/WindowsCommunityToolkit)
## XAML Islands Notice
The set of WPF and WinForms controls found here are only designed to work with .NET Core 3.1, nor NET 5 and above. These controls are using the XAML Islands Windows 10 APIs included within the Windows 10 OS, and those APIS won't be improved anymore.
The set of WPF and WinForms controls found here are _only designed to work with .NET Core 3.1_, **not** .NET 5 and above. These controls are using the XAML Islands Windows 10 APIs included within the Windows 10 OS which won't be improved anymore.
WinUI 3's XAML Islands is the path forward to these .NET apps that want to use .NET 5 and WinUI. WinUI 3's XAML Islands are still in development, and we recommend reviewing the [WinUI 3 roadmap](https://github.com/Microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md) to get the latest updates. This repository will be deprecated once WinUI 3'XAML Islands is released.
WinUI 3's XAML Islands is the path forward to these .NET apps that want to use .NET 5 and WinUI. WinUI 3's XAML Islands are still in development, and we recommend reviewing the [WinUI 3 roadmap](https://github.com/Microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md) to get the latest updates. This repository will be archived once WinUI 3's XAML Islands is released.
In the meantime, we suggest you investigate WinUI 3 Desktop as a solution to access Win32 APIs while using the latest native UX platform. See [here](https://aka.ms/winui3) for more details.