-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Announcing: WinUI 3 in Windows App SDK 1.0! 🎆🎉🎇 #6325
Comments
Very cool! |
Hi, A few notes:
|
Will Windows Hello feature be part of the roadmap in 2022? |
Big props to the team for making this happen! Keep up the progress! 😀 |
Congratulations on releasing the first version after a long journey. ❤ |
Wow, amazing work! Thanks for a timely release! |
Nice, while new controls are introduced old controls simply not supported and no timeframe is provided. I cannot use it, since you decided not to support maps in v1. When to expect normal release which will cover at least all the features supported in UWP? |
Hi, |
Windows App SDK v1.0 has many bugs but almost no reaction from MS. I reported for example bug with Resources (#6204 ), Stephen L Peters commented with mention, but from that day no reaction. Will you care more about devs or it ended with v1.0? |
Bugs, lacking features and slow performance are a problem. Worse, these problems give the impression that WinUI 3 is nothing more but a very unwanted foster child for Microsoft. At present, Microsoft treats it as a hobby project, not a serious SDK that developers should invest into. |
@nikolayvpavlov Because it doesn't have an "Azure" word in its name. |
We've just shipped the latest stable version of WinUI 3, which is a part of Windows App SDK v1.0! This release includes several new features and lots of bug fixes and stability improvements. This version of WinUI 3 can be used for shipping production apps to the Microsoft Store.
Shipping WinUI 3 as a part of the Windows App SDK
In order to use this version of WinUI 3, you'll download the Windows App SDK Visual Studio Extension (VSIX) to get started. The Windows App SDK VSIX includes WinUI Project Templates that you'll use to build your WinUI 3 app, as well as access to other Windows App SDK components. The Windows App SDK package includes a reference to the WinUI 3 NuGet package.
For more on the Windows App SDK, see their documentation and repository. For installation instructions, see Set up your development environment.
What's new
These are all of the new features and updates in WinUI 3 since the release of Windows App SDK 0.8:
Experimental Features
This release does not include experimental features. If you'd like to continue using experimental features in your app, feel free to continue using the latest Windows App SDK 1.0 Experimental.
Known Issues
Known issues for WinUI applications with Single-project MSIX (Blank App, Packaged template):
both Visual Studio 2019 and Visual Studio 2022 using the Blank App, Packaged (WinUI 3 in Desktop) project template,
the command to publish the project doesn't appear in the menu until you close and re-open Visual Studio.
optional component installed. View Install developer tools for additional information.
To resolve, manually add activatable class entries to the appxmanifest.xml.
Known issues for WinUI applications without MSIX-packaging (unpackaged apps):
Known issues for packaging and deploying WinUI applications:
Package
command is not supported in WinUI apps with Single-project MSIX (Blank App, Packaged template). Instead, use thePackage & Publish
command to create an MSIX package.Pack
command, ensure the activeConfiguration
isRelease
.Pack
command is not supported in C++ Windows Runtime Components to create a NuGet package.Getting started
First, you'll need to set up your dev environment with the appropriate technologies. See our documentation for installation instructions and more information on project types:
Install the Windows App SDK
Create WinUI 3 Projects
While you're developing, check out the API Reference documentation.
Take a look at our walk-through docs:
You can also update your existing WinUI 3 app to use the new Windows App SDK 1.0 release using these instructions: Update existing projects to the latest release of the Windows App SDK.
We love feedback! We encourage you to file any bug, big or small, on our repo using this template. Knowing which issues and features are important and/or critical to our customers highly influences which ones we tackle. Even though we ship with the Windows App SDK, please continue to file WinUI-specific bugs on this repo.
Using WinUI 3 - Windows App SDK 1.0 with our ecosystem partners
This latest release is in the process of being integrated into several other important ecosystem technologies. To test out and follow that progress, check out some of our partner technologies below:
Actipro Software is migrating their vast UI control offerings over to WinUI 3, including their SyntaxEditor code editor, propertygrid, native type edit boxes, docking/MDI, charts, and more.
DevExpress: DevExpress has released 20 new WinUI controls with Windows App SDK support, including the Data Grid, Scheduler, Charts, Ribbon Toolbar, and more. All 20 UI components are available free-of-charge.
Esri: ArcGIS Runtime SDK for .NET adds mapping, spatial analytics, and location intelligence capabilities to your apps on Android, iOS, and Windows. Support for WinUI 3 is now available.
GrapeCity plans to bring their popular desktop UI controls to WinUI. Learn more about their data connection service components for WinUI.
Infragistics: Ultimate UI for WinUI brings business critical, high performing, and feature rich line of business controls to your apps that target any platform that runs Windows (including Windows on ARM64).
Syncfusion: UI Control toolkit supporting Windows App SDK with customizable controls.
Telerik UI for WinUI: the market first UI controls suite for crafting Win32 and UWP apps with WinUI 3, comes with feature-rich controls like Ribbon, DataGrid, Charts, Gauges, Barcode, and more.
Uno Platform: Use WinUI 3 – Windows App SDK 0.8, XAML and C# to build pixel-perfect, single-codebase, native applications that can run on Web, Desktop and Mobile. It is free, open-source and available today.
Windows Community Toolkit (Microsoft): The WCT is currently working on supporting Windows App SDK 1.0. It provides tons of new controls and capabilities for use in your WinUI app. You can check out their open source repo here.
What's next
To keep up with progress being made on WinUI 3, please see our feature roadmap which gets updated regularly. We also give monthly updates on our WinUI Community Calls, where you can directly ask the team any questions you have.
The text was updated successfully, but these errors were encountered: