Blazor Server sample broken with incorrect GetStream
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 2.1k
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 354
Description
GetStream was changed in [this commit](https://github.com/dotnet/orleans/commit/43e7e687458f582409d99eab06a541db42274e8d).
TodoGrain.cs need to changes on lines [47](https://github.com/dotnet/orleans/blob/main/samples/Blazor/BlazorServer/Grains/TodoGrain.cs#L47)
and line [74](https://github.com/dotnet/orleans/blob/main/samples/Blazor/BlazorServer/Grains/TodoGrain.cs#L74)
Contributor guide
Research direction
Open samples/Blazor/BlazorServer/Grains/TodoGrain.cs at lines 47 and 74, then compare the GetStream API with the referenced commit. Update those two usages to match the changed API and verify that the Blazor Server sample builds and no longer uses the incorrect GetStream form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100