WinUIEx 2.6.0

dotnet add package WinUIEx --version 2.6.0
                    
NuGet\Install-Package WinUIEx -Version 2.6.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinUIEx" Version="2.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinUIEx" Version="2.6.0" />
                    
Directory.Packages.props
<PackageReference Include="WinUIEx" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinUIEx --version 2.6.0
                    
#r "nuget: WinUIEx, 2.6.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WinUIEx&version=2.6.0
                    
Install WinUIEx as a Cake Addin
#tool nuget:?package=WinUIEx&version=2.6.0
                    
Install WinUIEx as a Cake Tool

WinUIEx

WinUI Extensions

A set of extension methods and classes to fill some gaps in WinUI 3, mostly around windowing and testing.

Features

Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on WinUIEx:

Package Downloads
VaraniumSharp.WinUI

A VarniumSharp library with WinUI helper classes and components.

Paradigm.WindowsAppSDK.Xaml

Provides XAML shared user controls and converters.

BeWidgets.Widget

Package Description

Richasy.WinUIKernel.Share

多项目共享的基础 WinUI 实现

DevToolbox.WinUI

DevToolbox.WinUI is a .NET WinUI library.

GitHub repositories (42)

Showing the top 20 popular GitHub repositories that depend on WinUIEx:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
files-community/Files
A modern file manager that helps users organize their files and folders.
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
Sophia-Community/SophiApp
:zap: The most powerful open source tweaker on GitHub for fine-tuning Windows 10 & Windows 11
Jeric-X/SyncClipboard
跨平台剪贴板同步方案 / Cross-Platform Cipboard Syncing Solution
rayenghanmi/RyTuneX
RyTuneX is a cutting-edge optimizer built with the WinUI 3 framework, designed to amplify the performance of Windows devices. Crafted for both Windows 10 and 11.
0x5bfa/FluentHub
A stylish yet powerful GitHub client for Windows
microsoft/ai-dev-gallery
An open-source project for Windows developers to learn how to add AI with local models and APIs to Windows apps.
shrimqy/Sefirah
Phone Link / KDE Connect alternative
JasonWei512/EnergyStarX
🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.
GoldenPotato137/PotatoVN
一款Visual Novel管理软件
Taiizor/Sucrose
Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
benaclejames/VRCFaceTracking
OSC App to allow VRChat avatars to interact with eye and facial tracking hardware
IviriusCommunity/Rebound
Windows 11 done right.
yoshiask/FluentStore
A unifying frontend for Windows app stores and package managers
Esri/arcgis-maps-sdk-dotnet-samples
Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
Richasy/FantasyCopilot
A new-age AI desktop tool
FireCubeStudios/FluentFlyouts
Fluent Flyouts
Xcube-Studio/Natsurainko.FluentLauncher
A Minecraft launcher specifically designed for Windows 11, delivering a clean and smooth visual experience.
Richasy/Rodel.Agent
支持主流在线 AI 服务的应用
Version Downloads Last updated
2.6.0 53 6/21/2025
2.5.1 34,102 1/16/2025
2.5.0 17,827 11/19/2024
2.4.2 22,718 9/25/2024
2.4.1 1,003 9/19/2024
2.4.0 6,777 9/11/2024
2.3.4 110,023 2/26/2024
2.3.3 35,239 11/7/2023
2.3.2 31,780 10/11/2023
2.3.1 6,529 9/25/2023
2.3.0 15,594 9/15/2023
2.2.0 54,480 5/10/2023
2.1.0 58,977 1/3/2023
2.0.0 11,219 12/8/2022
1.8.0 56,813 7/11/2022
1.7.0 1,070 7/5/2022
1.6.0 2,674 6/16/2022
1.5.0 1,540 6/3/2022
1.4.3 1,566 5/28/2022
1.4.2 3,609 5/5/2022
1.4.1 494 5/4/2022
1.4.0 510 5/3/2022
1.3.0 1,536 4/17/2022
1.2.0 4,379 3/31/2022
1.1.0 7,570 1/7/2022
1.0.0 3,333 12/8/2021

- Updated to Windows App SDK 1.7.0.
     - Added IsVisibleInTray property to WindowManager and WindowEx that automatically adds a tray icon for the window.
     - Deprecated TitleBar. Use Windows App SDK TitleBar instead.
     - Deprecated WebAuthenticator APIs. Use Windows App SDK's Microsoft.Security.Authentication.OAuth APIs instead.
     - WindowManager / WindowEx : Work around for memory leak caused by WinUI 3 bug (see https://github.com/microsoft/microsoft-ui-xaml/issues/9960) #222