-
Notifications
You must be signed in to change notification settings - Fork 680
[2.0 Breaking] Sender changes for C# modules
#4143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.0 Breaking] Sender changes for C# modules
#4143
Conversation
9a33fa2 to
c1049ac
Compare
|
/update-llm-benchmark |
Sender changes for C# modules
|
/update-llm-benchmark |
3 similar comments
|
/update-llm-benchmark |
|
/update-llm-benchmark |
|
/update-llm-benchmark |
aed4952 to
4eadeb7
Compare
4eadeb7 to
1ea1cae
Compare
1ea1cae to
112f2b7
Compare
rekhoff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
# 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.
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.