You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Markup options at a glance - good for everyone!
22
-
Uno Platform supports XAML but recently has embraced C# UI as well with [Uno C# Markup](https://platform.uno/c-markup/). C# Markup 2 adds another option that goes above and beyond what gen-1 C# Markup variants offer.
22
+
Uno Platform supports both XAML and C# UI with [Uno C# Markup](https://platform.uno/c-markup/). C# Markup 2 adds another option that goes above and beyond what gen-1 C# Markup variants offer.
23
23
24
24
It's good to have options - everyone wins: devs get the experience that they like best, and the UI framework gains more adoption. Check it out and pick what you like!
25
25
@@ -64,6 +64,17 @@ No XAML / HTML / JavaScript / CSS required. No engine or layers to get in your w
64
64
*Looking for C# Markup 1? Find it [here](https://github.com/VincentH-Net/CSharpForMarkup/tree/csharpformarkup1-archive)*
65
65
66
66
# News
67
+
*May 5, 2025*
68
+
> ## New C# Markup 3.0 for Uno Platform 5.6 and .NET 9
69
+
Today's release is adds full support of Uno SDK 5.6 / Windows App SDK 1.6 and .NET 9 / .NET 8 to all CSharpMarkup.WinUI NuGets.
70
+
71
+
Includes support for all improvements in Uno SDK 5.6:
72
+
- 80+ WinUI API's are no longer marked unsupported
73
+
- new `ScrollPresenterAutomationPeer`, `FauxGradientBorderPresenter`
74
+
- new `NewFrameworkTemplateBuilder` support
75
+
76
+
The example app in the repo is also updated to .NET 9 plus Uno 5.6 / Windows App SDK 1.6 and demonstrates how to use C# partial properties with MVVM Community Toolkit to support AOT.
77
+
67
78
*May 7, 2024*
68
79
> ## New C# Markup 2.4 for Uno Platform 5.2 incl .NET Single Project
69
80
Today's release is fully updated to Updated to Uno 5.2 including Uno's [.NET Single Project](https://platform.uno/blog/the-first-and-only-true-single-project-for-mobile-web-desktop-and-embedded-in-net/) and `uno.sdk`!
0 commit comments