Microsoft.Orleans.Streaming 10.0.1

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

Streaming library for Microsoft Orleans used both on the client and server.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (67)

Showing the top 5 NuGet packages that depend on Microsoft.Orleans.Streaming:

Package Downloads
Microsoft.Orleans.TestingHost

Microsoft Orleans library for hosting a silo in a testing project.

Microsoft.Orleans.Streaming.AzureStorage

Microsoft Orleans streaming provider backed by Azure Queue Storage

OrleansTestKit

A unit test toolkit for Microsoft Orleans that does not require a real silo. Instead, tests are run with a mock grain activation context.

Orleankka

Functional API for MSR Orleans. Core and client-side library.

Microsoft.Orleans.Streaming.SQS

Microsoft Orleans streaming provider backed by AWS SQS

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on Microsoft.Orleans.Streaming:

Repository Stars
dotnet/samples
Sample code referenced by the .NET documentation
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
OrleansContrib/Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka
J-Tech-Japan/Sekiban
Sekiban - an Opinionated Event Sourcing and CQRS Framework using C#. It can store data into Azure Cosmos DB, AWS Dynamo DB or Postgres
OrleansContrib/SignalR.Orleans
SignalR backend based on Orleans.
microsoft/project-oagents
Experimental AI Agents Framework
RayTale/Vertex
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
shinyorg/templates
dotnet CLI & Visual Studio Templates
OrleansContrib/Orleans.Providers.MongoDB
A MongoDb implementation of the Orleans Providers: Membership, Storage and Reminders.
Version Downloads Last Updated
10.0.1 8,144 2/7/2026
10.0.0 21,653 1/20/2026
10.0.0-rc.2 1,853 12/31/2025
9.2.1 360,169 7/16/2025
9.2.0 6,965 7/14/2025
9.2.0-preview3 6,439 6/10/2025
9.2.0-preview2 690 6/4/2025
9.2.0-preview1 11,510 4/4/2025
9.1.2 386,873 2/13/2025
9.0.1 208,097 11/23/2024
9.0.0 13,614 11/14/2024
8.2.0 535,201 7/12/2024
8.2.0-preview1 5,705 5/22/2024
8.1.0 341,235 4/17/2024
8.1.0-preview3 1,884 3/11/2024
8.1.0-preview2 618 2/23/2024
7.2.7 10,315 10/15/2024
7.2.6 49,333 3/9/2024
Loading failed