Skip to content

Commit 168c201

Browse files
CopilotIEvangelistmeaghanlewis
authored
Add missing Microsoft.Orleans.Streaming NuGet package requirement to Orleans 7.0 streaming quickstart (#49374)
* Initial plan * Add Microsoft.Orleans.Streaming NuGet package requirement to Orleans 7.0 streaming quickstart Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> * Add ai-usage frontmatter to Orleans streaming quickstart Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
1 parent f0592dd commit 168c201

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/orleans/streaming/streams-quick-start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn from the streaming quickstart in .NET Orleans.
44
ms.date: 03/30/2025
55
ms.topic: quickstart
66
zone_pivot_groups: orleans-version
7+
ai-usage: ai-assisted
78
---
89

910
# Orleans streaming quickstart
@@ -16,6 +17,8 @@ This guide shows you a quick way to set up and use Orleans Streams. To learn mor
1617

1718
In this guide, you use a memory-based stream that uses grain messaging to send stream data to subscribers. You use the in-memory storage provider to store lists of subscriptions. Using memory-based mechanisms for streaming and storage is intended only for local development and testing, not for production environments.
1819

20+
Orleans streaming requires the [Microsoft.Orleans.Streaming](https://www.nuget.org/packages/Microsoft.Orleans.Streaming) NuGet package. This package provides the streaming functionality for both the client and server, including the `AddMemoryStreams` extension method used in this guide.
21+
1922
On the silo, where `silo` is an <xref:Orleans.Hosting.ISiloBuilder>, call <xref:Orleans.Hosting.SiloBuilderExtensions.AddMemoryStreams%2A>:
2023

2124
```csharp

0 commit comments

Comments
 (0)