[2.0 Breaking] Sender changes for C# modules#4143
Merged
joshua-spacetime merged 1 commit into2.0-breaking-changesfrom Jan 28, 2026
Merged
[2.0 Breaking] Sender changes for C# modules#4143joshua-spacetime merged 1 commit into2.0-breaking-changesfrom
Sender changes for C# modules#4143joshua-spacetime merged 1 commit into2.0-breaking-changesfrom
Conversation
9a33fa2 to
c1049ac
Compare
Collaborator
Author
|
/update-llm-benchmark |
Sender changes for C# modules
Collaborator
Author
|
/update-llm-benchmark |
3 similar comments
Collaborator
|
/update-llm-benchmark |
Collaborator
|
/update-llm-benchmark |
Collaborator
|
/update-llm-benchmark |
aed4952 to
4eadeb7
Compare
4eadeb7 to
1ea1cae
Compare
1ea1cae to
112f2b7
Compare
rekhoff
approved these changes
Jan 28, 2026
Contributor
rekhoff
left a comment
There was a problem hiding this comment.
Converting Sender to a method makes a lot of sense for encapsulation reasons. No objection as this is tagged for 2.0 so the breaking change is fine. Tested locally and confirm these changes build. Approved.
5831494
into
2.0-breaking-changes
21 of 23 checks passed
Shubham8287
pushed a commit
that referenced
this pull request
Jan 29, 2026
# Description of Changes Make `Sender` a method on [Reducer|View|Procedure|Tx]Context in C#. Equivalent changes to #4101. # API and ABI breaking changes API breaking # Expected complexity level and risk 1 # Testing Pure refactor, no additional testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Make
Sendera method on [Reducer|View|Procedure|Tx]Context in C#. Equivalent changes to #4101.API and ABI breaking changes
API breaking
Expected complexity level and risk
1
Testing
Pure refactor, no additional testing.