Skip to content

Reverting breaking change regarding methods with optional parameters#1222

Merged
sophiatev merged 3 commits into
mainfrom
stevosyan/fix-breaking-methods-with-optional-parameters
May 24, 2025
Merged

Reverting breaking change regarding methods with optional parameters#1222
sophiatev merged 3 commits into
mainfrom
stevosyan/fix-breaking-methods-with-optional-parameters

Conversation

@sophiatev

Copy link
Copy Markdown
Contributor

This PR introduced breaking changes in that two public methods (ClientEntityHelpers.EmitOperationSignal and OrchestrationEntityContext.EmitRequestMessage) were changed to include optional parameters. Instead, new methods should have been made with these optional parameters and the old methods with the existing method signatures retained. This PR reverts to the old method signatures and introduces the signatures with optional parameters as new methods (which the old methods simply call, passing null for the new parameters).

@sophiatev sophiatev merged commit 7922269 into main May 24, 2025
44 checks passed
@sophiatev sophiatev deleted the stevosyan/fix-breaking-methods-with-optional-parameters branch May 24, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants