From 4f8afd3181a941b3dbc6db3e90b023cfa004f29e Mon Sep 17 00:00:00 2001 From: Omid Mafakher Date: Wed, 8 Apr 2026 13:10:43 +0200 Subject: [PATCH] Update README with migration advice for Avalonia 12 Added a note about migrating to native controls in Avalonia 12. https://github.com/AvaloniaUI/Avalonia/pull/20794 Thanks to @jsuarezruiz --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa2fda4..49cfe42 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +## IMPORTANT: WE STOP HERE! + +## Thanks to [@jsuarezruiz](https://github.com/jsuarezruiz) Avalonia 12 released native controls and I highly recommended to migrate you exists code to native controls from Avalonia. +https://github.com/AvaloniaUI/Avalonia/pull/20794 + ![image](https://github.com/AvaloniaInside/Shell/assets/956077/656b77bc-f7bf-4d24-96f4-00d201bb78e0)

Shell