VOOZH about

URL: https://www.nuget.org/packages/System.Interactive.Async/

⇱ NuGet Gallery | System.Interactive.Async 7.0.1




👁 Image
System.Interactive.Async 7.0.1

Prefix Reserved

Requires NuGet 2.12 or higher.

dotnet add package System.Interactive.Async --version 7.0.1
 
 
NuGet\Install-Package System.Interactive.Async -Version 7.0.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="System.Interactive.Async" Version="7.0.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Interactive.Async" Version="7.0.1" />
 
Directory.Packages.props
<PackageReference Include="System.Interactive.Async" />
 
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.Interactive.Async --version 7.0.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Interactive.Async, 7.0.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 System.Interactive.Async@7.0.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=System.Interactive.Async&version=7.0.1
 
Install as a Cake Addin
#tool nuget:?package=System.Interactive.Async&version=7.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 is compatible.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (200)

Showing the top 5 NuGet packages that depend on System.Interactive.Async:

Package Downloads
System.Linq.Async

Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.

System.Interactive.Async.Providers

Interactive Extensions Async Providers Library used to build query providers and express queries over async enumerable sequences.

TIKSN-Framework

TIKSN Framework is a .NET 10 application framework and utility library for building modular services, command-line tools, data-driven applications, and .NET MAUI apps. It includes dependency injection helpers, Autofac modules, repository, query repository, file repository, stream repository, pagination, unit-of-work abstractions, Entity Framework Core, Azure Table Storage, Azure Blob Storage, MongoDB, LiteDB, and RavenDB adapters, memory, distributed, and hybrid repository cache decorators, finance and money types, pricing models, currency conversion, central-bank foreign exchange providers, globalization, language and region localization resources, JSON, XML, MessagePack, custom binary serialization, Protocol Buffers-backed licensing schema support, license generation and signature services, shell and PowerShell application infrastructure, telemetry abstractions, correlation IDs, settings, known folders, network connectivity, antimalware abstractions, versioning, numbering, time period types, REST helpers, sitemap models, and platform-specific MAUI registrations.

Xpand.Extensions.Reactive

Xpand.Extensions.Reactive

Microsoft.FASTER.Core

FASTER is a fast concurrent persistent log and key-value store with cache for larger-than-memory data.

GitHub repositories (64)

Showing the top 20 popular GitHub repositories that depend on System.Interactive.Async:

Repository Stars
Cysharp/UniTask
Provides an efficient allocation free async/await integration for Unity.
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
xamarin/XamarinComponents
Plugins for Xamarin
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
b-editor/beutl
Cross-platform video editing (compositing) software.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
NetFabric/NetFabric.Hyperlinq
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
zhuxb711/RX-Explorer
一款优雅的UWP文件管理器 | An elegant UWP Explorer
cmu-sei/GHOSTS
GHOSTS (General Human-Oriented Synthetic Teammates and Systems) is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
WindowsGSM/WindowsGSM
🎲 A powerful tool to manage game servers. Equipped with a GUI for server admins to install, import, start, stop, restart, update, and automate multiple servers with a push of a button.
avinassh/grpc-errors
A handy guide to gRPC errors
YetAnotherPomodoroApp/YAPA-2
Minimalistic desktop timer app for Pomodoro Technique users
mayuanyang/Mediator.Net
A simple mediator for .Net for sending command, publishing event and request response with pipelines supported
FubarDevelopment/FtpServer
Portable FTP server written in .NET
jskeet/DemoCode
Demo code used in talks, blog posts etc
Monitor221hz/Pandora-Behaviour-Engine-Plus
Patcher for behavior, character, and skeleton project files for Skyrim Special Edition.
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
Version Downloads Last Updated
7.0.1 2,022,930 4/17/2026
7.0.1-preview.1 343 4/16/2026
7.0.0 8,545,241 11/21/2025
6.0.3 2,079,804 6/16/2025
6.0.1 28,132,354 2/1/2022
5.1.0 836,660 12/6/2021
5.0.0 17,228,493 11/10/2020
4.1.1 3,580,715 4/2/2020
4.0.0 5,969,640 9/25/2019
3.2.0 86,542,973 7/11/2018
Loading failed