WinUIEx 2.5.1

dotnet add package WinUIEx --version 2.5.1
                    
NuGet\Install-Package WinUIEx -Version 2.5.1
                    
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.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinUIEx" Version="2.5.1" />
                    
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.5.1
                    
#r "nuget: WinUIEx, 2.5.1"
                    
#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.5.1
                    
Install WinUIEx as a Cake Addin
#tool nuget:?package=WinUIEx&version=2.5.1
                    
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (23)

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 实现

Riverside.Toolkit.WinUI.Helpers

The ultimate toolkit for building modern apps.

GitHub repositories (39)

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
microsoft/devhome
The new Dev Home experience for Windows!
Jeric-X/SyncClipboard
跨平台剪贴板同步方案 / Cross-Platform Cipboard Syncing Solution
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.
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.
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.
GoldenPotato137/PotatoVN
一款Visual Novel管理软件
benaclejames/VRCFaceTracking
OSC App to allow VRChat avatars to interact with eye and facial tracking hardware
Taiizor/Sucrose
Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
shrimqy/Sefirah
Phone Link / KDE Connect alternative
IviriusCommunity/Rebound
Windows 11 done right.
Esri/arcgis-maps-sdk-dotnet-samples
Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
yoshiask/FluentStore
A unifying frontend for Windows app stores and package managers
Richasy/FantasyCopilot
A new-age AI desktop tool
FireCubeStudios/FluentFlyouts
Fluent Flyouts
Xcube-Studio/Natsurainko.FluentLauncher
Natsurainko.FluentLauncher A Minecraft launcher designed for Windows 11
Version Downloads Last updated
2.5.1 17,459 1/16/2025
2.5.0 16,067 11/19/2024
2.4.2 19,593 9/25/2024
2.4.1 985 9/19/2024
2.4.0 6,140 9/11/2024
2.3.4 93,910 2/26/2024
2.3.3 34,488 11/7/2023
2.3.2 30,308 10/11/2023
2.3.1 6,505 9/25/2023
2.3.0 13,665 9/15/2023
2.2.0 52,608 5/10/2023
2.1.0 55,705 1/3/2023
2.0.0 11,165 12/8/2022
1.8.0 55,478 7/11/2022
1.7.0 1,051 7/5/2022
1.6.0 2,653 6/16/2022
1.5.0 1,520 6/3/2022
1.4.3 1,545 5/28/2022
1.4.2 3,590 5/5/2022
1.4.1 475 5/4/2022
1.4.0 490 5/3/2022
1.3.0 1,517 4/17/2022
1.2.0 4,359 3/31/2022
1.1.0 7,544 1/7/2022
1.0.0 3,266 12/8/2021

- WebAuthenticator: Added support for unpackaged apps
     - Avoid SplashScreen compile aot warning #206
     - WinAppSDK 1.7exp2: TransparentTintBackdrop System.InvalidCastException: 'Specified cast is not valid.' #207
     - When creating a new WindowsMessageMonitor instance, min/max width/height restrictions no longer works #209
     - Fixes TitleBar button colors #210