[FEATURE REQ] Fluent Strongly Typed Context #17252
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
We have two problems with C# sdk
1- It is not strongly typed
2- It is unreadable, long methods and too much attributes
Suggestion suppose people to put Activities in interface or class. the the IDurableOrchestrationContext should be able to produce proxy for strongly typed methods
let's instead of
We should be able to do:
Will be great
The text was updated successfully, but these errors were encountered: