v1.6-experimental1 #4470
Replies: 6 comments 8 replies
-
Great stuff again. I love the work the team has been putting in for the WinAppSdk. I'm sure it has a bright future ahead. |
Beta Was this translation helpful? Give feedback.
-
Enabling |
Beta Was this translation helpful? Give feedback.
-
I can't change the ElementTheme of the MainWindow and other elements during Runtime (for example, when the user wants to switch to Dark Mode via a button click). I have written this code : **grid_obg.RequestedTheme = ElementTheme.Dark; ** ...and there is no change. In previous WinAppSDK versions, it was working properly changing the theme. |
Beta Was this translation helpful? Give feedback.
-
I have a question |
Beta Was this translation helpful? Give feedback.
-
This is my project file |
Beta Was this translation helpful? Give feedback.
-
Could we get a sample C# hello world Unpackaged application that publishes as Aot from Visual Studio? I've been struggling to get anything running, my published app simply crashes at startup. |
Beta Was this translation helpful? Give feedback.
-
1.6 Experimental 1 (1.6.240531000-experimental1) 🧪
The first 1.6 experimental release of Windows App SDK is now available! Releases in the experimental channel include features that are in the early stages of development. Experimental features may be removed from the next release or may never be released. See Windows App SDK release channels for more information about the various release channels.
This release includes bug fixes from 1.5, access to non-stable APIs, and new features including AOT support, improved TabView tab tear-out, and a new TitleBar control.
Check out the release notes for all of the new and updated features, limitations, and known issues.
Updating to this version
The 1.6.240531000-experimental1 package is available at: https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.240531000-experimental1
Additionally, for those testing deployment of unpackaged apps, download the Windows App SDK Installers and MSIX packages here.
This discussion was created from the release v1.6-experimental1.
Beta Was this translation helpful? Give feedback.
All reactions