WinUIEx 2.9.0

dotnet add package WinUIEx --version 2.9.0
                    
NuGet\Install-Package WinUIEx -Version 2.9.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.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinUIEx" Version="2.9.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.9.0
                    
#r "nuget: WinUIEx, 2.9.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.
#:package WinUIEx@2.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WinUIEx&version=2.9.0
                    
Install as a Cake Addin
#tool nuget:?package=WinUIEx&version=2.9.0
                    
Install 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 net8.0-windows10.0.19041 is compatible.  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.

Richasy.WinUIKernel.Share

多项目共享的基础 WinUI 实现

BeWidgets.Widget

Package Description

WindowSill.API

SDK for developing extensions for WindowSill

GitHub repositories (57)

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

Repository Stars
microsoft/PowerToys
Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
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
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.
Jeric-X/SyncClipboard
跨平台剪贴板同步、历史记录管理工具 / Cross-platform cipboard syncing, history management tool
ProtonVPN/win-app
Official ProtonVPN Windows app
jayfunc/BetterLyrics
An elegant and deeply customizable lyrics visualizer & versatile music player, built with WinUI3/Win2D | 一款优雅且高度自定义的歌词可视化与全能音乐播放应用,基于 WinUI3/Win2D 构建
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone 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.
Taiizor/Sucrose
Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
GoldenPotato137/PotatoVN
一款Visual Novel管理软件
0x5bfa/FluentHub
A stylish yet powerful GitHub client for Windows
JasonWei512/EnergyStarX
🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.
benaclejames/VRCFaceTracking
OSC App to allow VRChat avatars to interact with eye and facial tracking hardware
IviriusCommunity/Rebound
WinUI rewrite project of Windows 11 system apps.
FufuLauncher/FufuLauncher
A third-party launcher for Genshin Impact that supports game injection, automatic check-in, and some useful small features.
yoshiask/FluentStore
A unifying frontend for Windows app stores and package managers
riyasy/FlyPhotos
A blazing fast ultra-light photo viewer replacement for Windows. Works similar to Picasa Photo Viewer.
openclaw/openclaw-windows-node
Windows companion suite for OpenClaw - System Tray app, Shared library, Node, and PowerToys Command Palette extension
Version Downloads Last Updated
2.9.0 36,143 10/14/2025
2.8.0 10,289 9/9/2025
2.7.0 7,418 8/27/2025
2.6.0 16,386 6/21/2025
2.5.1 146,250 1/16/2025
2.5.0 22,318 11/19/2024
2.4.2 35,364 9/25/2024
2.4.1 1,327 9/19/2024
2.4.0 8,606 9/11/2024
2.3.4 138,093 2/26/2024
2.3.3 37,639 11/7/2023
2.3.2 38,067 10/11/2023
2.3.1 6,694 9/25/2023
2.3.0 21,827 9/15/2023
2.2.0 59,120 5/10/2023
2.1.0 69,890 1/3/2023
2.0.0 11,439 12/8/2022
1.8.0 59,197 7/11/2022
1.7.0 1,238 7/5/2022
1.6.0 2,843 6/16/2022
Loading failed

- Added support for WinUI 3 based flyouts in the system tray.
     - Added extension method for assigning transparent regions to a window (Issue #235).