WinUIEx 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinUIEx --version 2.0.0
NuGet\Install-Package WinUIEx -Version 2.0.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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinUIEx --version 2.0.0
#r "nuget: WinUIEx, 2.0.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.
// Install WinUIEx as a Cake Addin
#addin nuget:?package=WinUIEx&version=2.0.0

// Install WinUIEx as a Cake Tool
#tool nuget:?package=WinUIEx&version=2.0.0

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.18362 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

WinUI.TableView

TableView for WinUI.

CloudServices.DCT

This package provide methods for authorizations and other operations with third party clouds, services.

GitHub repositories (26)

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

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
files-community/Files
Building the best file manager for Windows
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
microsoft/devhome
The new Dev Home experience for Windows!
Pixeval/Pixeval
Wow. Yet another Pixiv client!
Version Downloads Last updated
2.3.4 14,375 2/26/2024
2.3.3 28,522 11/7/2023
2.3.2 17,169 10/11/2023
2.3.1 6,278 9/25/2023
2.3.0 5,290 9/15/2023
2.2.0 41,304 5/10/2023
2.1.0 42,252 1/3/2023
2.0.0 10,823 12/8/2022
1.8.0 49,097 7/11/2022
1.7.0 964 7/5/2022
1.6.0 2,583 6/16/2022
1.5.0 1,455 6/3/2022
1.4.3 1,488 5/28/2022
1.4.2 3,531 5/5/2022
1.4.1 422 5/4/2022
1.4.0 436 5/3/2022
1.3.0 1,455 4/17/2022
1.2.0 4,308 3/31/2022
1.1.0 7,450 1/7/2022
1.0.0 2,924 12/8/2021

- Major version update. Requires Windows App SDK v1.2.
     - BREAKING: Removed `MediaPlayerElement` control (now included in Windows App SDK 1.2).
     - BREAKING: Remove obsolete APIs (tray icon and WindowEx.TitleBar).
     - Add support for trimming.
     - Fix issue where MicaAlt wasn't applied. Setting Kind on the Mica backdrop will now change the backdrop settings for properties that hasn't been explicitly overridden (matches Windows App SDK behavior). (Issue #88)
     - Adds support for defining a maximum width and height of the window. (Issue #81)
     - Remove workarounds for issues now addressed in Windows App SDK v1.2.