Skip to content

Support strongly typed entity invocation #252

@jviau

Description

@jviau

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

Metadata

Metadata

Labels

EnhancementNew feature or requestfeature-parityThis feature is needed for parity with other language SDKs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions