ReactiveUI.WPF 22.2.1

Prefix Reserved
dotnet add package ReactiveUI.WPF --version 22.2.1
                    
NuGet\Install-Package ReactiveUI.WPF -Version 22.2.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="ReactiveUI.WPF" Version="22.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReactiveUI.WPF" Version="22.2.1" />
                    
Directory.Packages.props
<PackageReference Include="ReactiveUI.WPF" />
                    
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 ReactiveUI.WPF --version 22.2.1
                    
#r "nuget: ReactiveUI.WPF, 22.2.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.
#:package ReactiveUI.WPF@22.2.1
                    
#: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=ReactiveUI.WPF&version=22.2.1
                    
Install as a Cake Addin
#tool nuget:?package=ReactiveUI.WPF&version=22.2.1
                    
Install as a Cake Tool

Build Code Coverage #yourfirstpr alternate text is missing from this package README image

<br> <a href="https://github.com/reactiveui/reactiveui"> <img width="160" heigth="160" src="https://raw.githubusercontent.com/reactiveui/styleguide/master/logo/main.png"> </a> <br>

What is ReactiveUI?

ReactiveUI is a composable, cross-platform model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming, which is a paradigm that allows you to abstract mutable state away from your user interfaces and express the idea around a feature in one readable place and improve the testability of your application.

πŸ”¨ Get Started πŸ› Install Packages 🎞 Watch Videos πŸŽ“ View Samples 🎀 Discuss ReactiveUI

Documentation

  • RxSchedulers - Using ReactiveUI schedulers without RequiresUnreferencedCode attributes

Book

There has been an excellent book written by our Alumni maintainer Kent Boogart.

NuGet Packages

Install the following packages to start building your own ReactiveUI app. <b>Note:</b> some of the platform-specific packages are required. This means your app won't perform as expected until you install the packages properly. See the <a href="https://reactiveui.net/docs/getting-started/installation/">Installation</a> docs page for more info.

Platform ReactiveUI Package NuGet
.NET Standard ReactiveUI CoreBadge
ReactiveUI.Fody FodyBadge
Unit Testing ReactiveUI.Testing TestBadge
WPF ReactiveUI.WPF WpfBadge
UWP ReactiveUI.Uwp UwpBadge
WinUI ReactiveUI.WinUI WinUiBadge
MAUI ReactiveUI.Maui MauiBadge
Windows Forms ReactiveUI.WinForms WinBadge
AndroidX ReactiveUI.AndroidX DroXBadge
Tizen ReactiveUI CoreBadge
Blazor ReactiveUI.Blazor BlazBadge
Platform Uno ReactiveUI.Uno UnoBadge
Platform Uno ReactiveUI.Uno.WinUI UnoWinUiBadge
Avalonia Avalonia.ReactiveUI AvaBadge
Any ReactiveUI.Validation ValBadge

Sponsorship

The core team members, ReactiveUI contributors and contributors in the ecosystem do this open-source work in their free time. If you use ReactiveUI, a serious task, and you'd like us to invest more time on it, please donate. This project increases your income/productivity too. It makes development and applications faster and it reduces the required bandwidth.

Become a sponsor.

Migration from Xamarin and .NET 8 MAUI

Xamarin Users

As of May 2024, Microsoft ended support for Xamarin per their support policy. ReactiveUI has removed support for legacy Xamarin platforms in favor of modern .NET MAUI. For Xamarin projects:

  • Xamarin.Forms β†’ Migrate to MAUI and use ReactiveUI.Maui
  • Xamarin.Android β†’ Migrate to MAUI Android or use ReactiveUI.AndroidX for native Android
  • Xamarin.iOS/Mac β†’ Migrate to MAUI iOS/Mac Catalyst

For guidance on migrating from Xamarin to MAUI, see the official migration documentation.

MAUI .NET 8 Users

ReactiveUI now requires .NET 9 for MAUI platforms. Update your projects to:

  • net9.0-android (was net8.0-android)
  • net9.0-ios (was net8.0-ios)
  • net9.0-maccatalyst (was net8.0-maccatalyst)
  • net9.0-windows (was net8.0-windows)

Note: Non-MAUI net8.0 library targets remain fully supported.

This is how we use the donations:

  • Allow the core team to work on ReactiveUI
  • Thank contributors if they invested a large amount of time in contributing
  • Support projects in the ecosystem

Support

If you have a question, please see if any discussions in our GitHub issues or Stack Overflow have already answered it.

If you want to discuss something or just need help, here is our Slack room, where there are always individuals looking to help out!

Please do not open GitHub issues for support requests.

Contribute

ReactiveUI is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use.

If you want to submit pull requests please first open a GitHub issue to discuss. We are first time PR contributors friendly.

See Contribution Guidelines for further information how to contribute changes.

Core Team

<table> <tbody> <tr> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/glennawatson.png?s=150"> <br> <a href="https://github.com/glennawatson">Glenn Watson</a> <p>Melbourne, Australia</p> </td> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/chrispulman.png?s=150"> <br> <a href="https://github.com/chrispulman">Chris Pulman</a> <p>United Kingdom</p> </td> </tr> <tr> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/rlittlesii.png?s=150"> <br> <a href="https://github.com/rlittlesii">Rodney Littles II</a> <p>Texas, USA</p> </td> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/cabauman.png?s=150"> <br> <a href="https://github.com/cabauman">Colt Bauman</a> <p>South Korea</p> </td> </tr> </tbody> </table>

Alumni Core Team

The following have been core team members in the past.

<table> <tbody> <tr> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/ghuntley.png?s=150"> <br> <a href="https://github.com/ghuntley">Geoffrey Huntley</a> <p>Sydney, Australia</p> </td> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/kentcb.png?s=150"> <br> <a href="https://github.com/kentcb">Kent Boogaart</a> <p>Brisbane, Australia</p> </td> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/olevett.png?s=150"> <br> <a href="https://github.com/olevett">Olly Levett</a> <p>London, United Kingdom</p> </td> </tr> <tr> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/anaisbetts.png?s=150"> <br> <a href="https://github.com/anaisbetts">AnaΓ―s Betts</a> <p>San Francisco, USA</p> </td> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/shiftkey.png?s=150"> <br> <a href="https://github.com/shiftkey">Brendan Forster</a> <p>Melbourne, Australia</p> </td> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/clairernovotny.png?s=150"> <br> <a href="https://github.com/clairernovotny">Claire Novotny</a> <p>New York, USA</p> </td> </tr> <tr> <td align="center" valign="top" width="105"> <img width="100" height="100" src="https://github.com/worldbeater.png?s=150"> <br> <a href="https://github.com/worldbeater">Artyom Gorchakov</a> <p>Moscow, Russia</p> </td> </tr> </tbody> </table>

.NET Foundation

ReactiveUI is part of the .NET Foundation. Other projects that are associated with the foundation include the Microsoft .NET Compiler Platform ("Roslyn") as well as the Microsoft ASP.NET family of projects, and Microsoft .NET Core.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows10.0.19041 is compatible.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible.  net10.0-windows was computed.  net10.0-windows10.0.19041 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (36)

Showing the top 5 NuGet packages that depend on ReactiveUI.WPF:

Package Downloads
Noggog.WPF

Generic reusable WPF classes and extension methods that apply to no specific project and flavored to taste

MepApps.MepControls

Mep Apps Inc. Base Code Module

NodeNetwork

Package Description

AE.UI.Wpf.Common

Internal use only.

NetLib

Net4.7.2 c# Library WPF + ReactiveUI

GitHub repositories (31)

Showing the top 20 popular GitHub repositories that depend on ReactiveUI.WPF:

Repository Stars
2dust/v2rayN
A GUI client for Windows, Linux and macOS, support Xray and sing-box and others
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
2dust/clashN
A clash client for Windows, support Mihomo
HMBSbige/NatTypeTester
ζ΅‹θ―•ε½“ε‰η½‘η»œηš„ NAT η±»εž‹οΌˆSTUNοΌ‰
ChangemakerStudios/Papercut-SMTP
Papercut SMTP -- The Simple Desktop Email Server
reactiveui/Akavache
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
RolandPheasant/TailBlazer
A modern file tail utility based on Rx.Net which show cases reactive programming and Dynamic Data (see https://github.com/RolandPheasant/DynamicData)
WolvenKit/WolvenKit
Community Mod editor/creator for REDengine games.
database64128/youtube-dl-wpf
WPF GUI for youtube-dl and yt-dlp.
WOA-Project/WOA-Deployer-Rpi
WOA Deployer for Raspberry Pi
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
WOA-Project/WoA-Installer-Rpi
This repository was deprecated, use:
HMBSbige/BilibiliLiveRecordDownLoader
Bilibili η›΄ζ’­ε½•εˆΆ
RandomEngy/VidCoder
A Blu-ray, DVD and video file transcoder for Windows.
reactiveui/Camelotia
Cross-platform sample .NET GUI for cloud file management.
WOA-Project/WOA-Deployer-Lumia
Making your Lumias great again!
SimpleStateMachine/SimpleStateMachineNodeEditor
🔗WPF node editor based on ReactiveUI
reactiveui/ReactiveUI.Samples
This repository contains ReactiveUI samples.
roy-t/AStar
A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETStandard 2.0 or higher. This library has no external dependencies. The library is licensed under the MIT license.
Version Downloads Last Updated
22.2.1 1,489 10/24/2025
22.1.1 1,404 10/11/2025
21.0.1 7,347 9/3/2025
20.4.1 19,428 6/29/2025
20.3.1 5,866 6/1/2025
20.2.45 29,944 3/16/2025
20.1.63 114,719 9/21/2024
20.1.1 64,575 5/18/2024
20.0.1 13,795 5/1/2024
19.6.12 13,364 4/26/2024
19.6.1 22,828 3/25/2024
19.5.72 117,772 3/15/2024
19.5.41 25,209 1/27/2024
19.5.39 7,764 1/3/2024
19.5.31 4,834 12/16/2023
19.5.1 47,254 10/2/2023
19.4.1 52,212 7/11/2023
19.3.3 1,053 7/8/2023
19.3.2 599 7/8/2023
19.2.1 24,234 6/4/2023
18.4.44 27,826 5/11/2023
18.4.34 7,045 4/19/2023
18.4.26 20,203 3/11/2023
18.4.25 2,579 3/5/2023
18.4.22 5,233 2/18/2023
18.4.20 37,371 2/1/2023
18.4.1 110,867 11/24/2022
18.3.1 74,788 7/19/2022
18.2.9 3,648 7/8/2022
18.2.5 36,719 6/24/2022
18.1.8 9,273 6/10/2022
18.0.10 19,593 4/27/2022
18.0.7 6,122 4/11/2022
18.0.4 1,360 4/11/2022
17.1.50 61,306 2/14/2022
17.1.46 836 2/13/2022
17.1.17 16,274 1/1/2022
17.1.9 5,153 12/11/2021
17.1.6 2,912 12/6/2021
17.1.4 911 12/4/2021
17.1.3 560 12/4/2021
17.1.2 564 12/4/2021
17.0.13 611 12/3/2021
17.0.1 2,418 12/2/2021
16.4.15 3,607 12/13/2021
16.4.14 704 12/13/2021
16.4.1 7,812 11/30/2021
16.3.10 15,090 11/4/2021
16.3.9 891 11/2/2021
16.3.8 602 11/2/2021
16.3.5 3,285 10/31/2021
16.2.6 69,886 9/12/2021
16.2.1 7,415 8/26/2021
16.1.1 3,370 8/22/2021
15.1.1 2,871 8/19/2021
14.3.10 11,971 8/17/2021
14.3.1 3,441 8/11/2021
14.2.1 5,718 8/3/2021
14.1.1 14,885 6/19/2021
13.3.2 13,024 5/13/2021
13.3.1 974 5/12/2021
13.2.18 69,849 4/8/2021
13.2.10 3,023 4/1/2021
13.2.2 12,245 3/4/2021
13.1.1 28,889 1/22/2021
13.0.38 6,968 1/11/2021
13.0.27 5,281 12/18/2020
13.0.1 5,384 12/8/2020
12.1.5 153,085 10/30/2020
12.1.1 38,273 10/22/2020
11.5.35 25,469 8/28/2020
11.5.26 4,042 8/16/2020
11.5.17 69,957 8/4/2020
11.5.6 2,449 7/30/2020
11.5.1 1,175 7/28/2020
11.4.17 62,058 6/9/2020
11.4.1 19,985 5/7/2020
11.3.8 6,044 4/25/2020
11.3.7 1,170 4/23/2020
11.3.1 18,291 4/1/2020
11.2.3 16,328 3/5/2020
11.2.1 2,652 2/25/2020
11.1.23 16,063 1/28/2020
11.1.21 912 1/28/2020
11.1.20 5,007 1/27/2020
11.1.12 3,731 1/18/2020
11.1.11 963 1/17/2020
11.1.6 2,889 1/7/2020
11.1.1 1,231 1/1/2020
11.0.6 3,810 12/26/2019
11.0.1 5,488 12/12/2019
10.5.43 2,846 12/5/2019
10.5.31 2,659 11/20/2019
10.5.30 956 11/20/2019
10.5.7 8,065 10/15/2019
10.5.6 834 10/15/2019
10.5.1 2,548 10/13/2019
10.4.1 1,155 10/8/2019
10.3.6 8,286 9/30/2019
10.3.1 2,076 9/22/2019
10.2.2 867 9/19/2019
10.2.1 518 9/19/2019
10.1.7 741 9/17/2019
10.1.6 1,462 9/9/2019
10.1.5 623 9/9/2019
10.1.1 573 9/8/2019
10.0.1 1,016 9/4/2019
10.0.1-preview.6 883 6/26/2019
10.0.1-preview.5 482 6/26/2019
10.0.1-preview.4 749 5/21/2019
10.0.1-preview.3 536 5/13/2019
10.0.1-preview.2 673 4/21/2019
10.0.0-preview.3 1,442 1/19/2019
10.0.0-preview.1 899 1/14/2019
9.22.1 17,716 8/28/2019
9.21.1 1,028 8/26/2019
9.20.1 16,201 8/6/2019
9.19.5 10,503 7/11/2019
9.19.3 1,021 7/9/2019
9.19.2 2,346 7/9/2019
9.18.2 5,922 6/29/2019
9.18.1 1,013 6/28/2019
9.17.11 2,584 6/23/2019
9.17.4 2,289 6/15/2019
9.17.1 874 6/14/2019
9.16.9 1,177 6/10/2019
9.16.6 7,683 5/30/2019
9.16.4 934 5/29/2019
9.16.3 1,383 5/25/2019
9.16.1 1,343 5/22/2019
9.15.9 926 5/21/2019
9.15.7 895 5/21/2019
9.15.6 883 5/21/2019
9.15.5 2,112 5/19/2019
9.15.1 3,507 5/13/2019
9.14.3 940 5/12/2019
9.14.1 1,232 5/7/2019
9.13.1 10,468 4/16/2019
9.12.1 4,875 3/20/2019
9.11.3 3,667 3/7/2019
9.11.1 9,371 2/21/2019
9.10.7 2,168 2/16/2019
9.10.1 11,958 2/8/2019
9.9.5 5,269 2/3/2019
9.9.1 3,539 1/30/2019
9.8.23 1,967 1/27/2019
9.8.22 1,350 1/25/2019
9.8.19 1,060 1/24/2019
9.8.15 1,720 1/19/2019
9.8.14 1,030 1/19/2019
9.8.13 1,137 1/18/2019
9.8.9 1,213 1/16/2019
9.8.1 6,239 1/11/2019
9.7.2 2,985 1/3/2019
9.6.3 3,189 12/31/2018
9.5.1 1,429 12/27/2018
9.4.1 35,220 12/4/2018
9.3.5 4,352 11/21/2018
9.3.3 1,063 11/21/2018
9.3.2 1,037 11/21/2018
9.3.1 1,057 11/20/2018
9.2.2 2,223 11/11/2018
9.1.4 4,540 11/5/2018
9.1.1 5,276 10/28/2018
9.0.1 4,394 10/5/2018
8.7.2 24,341 8/23/2018
8.7.1 3,236 8/17/2018
8.6.3 1,198 8/17/2018
8.6.1 2,451 8/15/2018
8.5.1 2,235 8/11/2018
8.4.4 2,746 8/8/2018
8.4.1 1,464 8/7/2018
8.3.1 15,221 6/12/2018
8.2.1 4,215 5/14/2018
8.0.1 4,204 5/9/2018
8.0.0 7,040 5/2/2018
8.0.0-alpha0136 1,502 4/30/2018
8.0.0-alpha0117 2,789 11/29/2017
8.0.0-alpha0113 1,158 11/12/2017
8.0.0-alpha0110 1,096 11/8/2017