News

Windows Community Toolkit Now Works with Project Reunion 0.5 (but No UWP)

Microsoft's claim that its recently released Project Reunion 0.5 for unified Windows desktop development would soon see support by third-party sources that provide "ecosystem technologies," including the .NET Foundation's Windows Community Toolkit (WCT), is ringing true.

"The WCT is currently working on supporting Project Reunion 0.5 in the near future. It provides tons of new controls and capabilities for use in your WinUI app," Microsoft said earlier this week in announcing Project Reunion 0.5.

Project Reunion
[Click on image for larger view.] Project Reunion (source: Microsoft).

It's an initiative that "empowers all Windows apps (not just UWP/MSIX) with modern Windows UI, APIs and platform features, including back-compat support, shipped via NuGet."

Project Reunion in the Visual Studio Marketplace
[Click on image for larger view.] Project Reunion in the Visual Studio Marketplace (source: Microsoft).

For one thing, that means the the same tooling for classic Windows Desktop (Win32) and Universal Windows Platform (UWP) applications via the WinUI 3 component, as we reported in February. It uses Fluent Design to provide a native user experience (UX) framework for both Win32/UWP.

WinUI 3
[Click on image for larger view.] WinUI 3 (source: Microsoft).

Microsoft says it evolves the UWP/XAML platform by separating the XAML UI framework from the Windows OS so developers can use new features of XAML on older Windows 10 versions without having to upgrade the OS.

The Windows Community Toolkit, meanwhile is an open source project providing helper functions, extensions and custom controls designed to simplify and demonstrate common developer tasks when building UWP and .NET apps for Windows 10.

Today (April 1), the WCT team announced that aforementioned support for Project Reunion 0.5, just three days after its debut (some other ecosystem technology sources were already onboard).

"Today, we're releasing an update to the Windows Community Toolkit compatible with WinUI 3 and Project Reunion 0.5 for Desktop apps built with .NET 5!" said Michael Hawker. "The Windows Community Toolkit team has been working alongside the WinUI team to report issues and ensure the Toolkit works on WinUI 3! We've been doing the same with the Win2D team as well!"

The bulk of the post details how to use the new tooling to create this:

Hit F5 and Voila!
[Click on image for larger view.] "Hit F5 and Voila!" (source: Microsoft).

Hawker also listed known limitations, including this one limiting things to .NET 5 desktop development (not UWP) for right now:

The Windows Community Toolkit for WinUI 3 packages are currently only geared towards .NET 5 Desktop development. The toolkit has been tested against the 'UWP' sandboxed versions of WinUI as well, but won't ship a public package until the latest .NET tooling is supported for that environment. (See tracking on dotnet and the WinUI 3 Roadmap.) If you're an existing UWP app today, we recommend you leverage the WinUI 2.x library and styles with our existing Microsoft.Toolkit.Uwp.* packages in the meantime.

The Project Reunion roadmap provides more information.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events