Skip to content
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

Support strongly typed entity invocation #252

Open
jviau opened this issue Dec 5, 2023 · 0 comments
Open

Support strongly typed entity invocation #252

jviau opened this issue Dec 5, 2023 · 0 comments
Labels
Enhancement New feature or request feature-parity This feature is needed for parity with other language SDKs

Comments

@jviau
Copy link
Member

jviau commented Dec 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request feature-parity This feature is needed for parity with other language SDKs
Projects
None yet
Development

No branches or pull requests

2 participants