-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
EnhancementNew feature or requestNew feature or requestfeature-parityThis feature is needed for parity with other language SDKsThis feature is needed for parity with other language SDKs
Description
This issue tracks the discussion and design for adding a strongly typed pattern for entity invocation. For in-proc durable functions, entities can be strongly invoked via dynamic proxies. This is an option for dotnet isolated, however, we should implement it without using 3rd party libraries (keep our dependencies minimal). An alternative would be to perform this via a source generator. But we should not limit the discussion to only proxies and also evaluate alternatives (such as mediator pattern #73).
TODO: flush out options, requirements
drdamour, tjgalama, kweebtronic, marcselman, binterz and 2 moreCopilot
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestfeature-parityThis feature is needed for parity with other language SDKsThis feature is needed for parity with other language SDKs