System.Reactive.Uwp 7.0.0-preview.16

Prefix Reserved
This is a prerelease version of System.Reactive.Uwp.

Requires NuGet 2.12 or higher.

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

UWP support for Rx (Reactive Extensions for .NET)

This is part of the Reactive Extensions for .NET (Rx). Rx enables event-driven programming with a composable, declarative model. The main Rx package is System.Reactive, which provides the core types and operators. This package, System.Reactive.Uwp, provides additional support for using Rx with UWP applications (on either .NET, or the legacy Native .NET uap platform).

If you had been using the UWP support in earlier versions of Rx (pre v7), you'll know that all UI-framework-specific functionality used to live in the main System.Reactive package. See ADR 0005 (Moving UI framework support out of System.Reactive) for an in depth explanation of the reason for moving these features out into separate packages.

Feedback

You can create issues at the https://github.com/dotnet/reactive repository

Product Compatible and additional computed target framework versions.
.NET net9.0-windows10.0.26100 is compatible.  net10.0-windows was computed. 
Universal Windows Platform uap10.0.18362 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0-preview.16 37 5/26/2026
7.0.0-preview.15 49 5/20/2026