dapr / dapr/dotnet-sdk

Allow to configure ActionRuntimeOptions via a Func<IServiceProvider>

Open
#1,229 2 comments 0 reactions 0 assignees View on GitHub
kind/enhancement
Dominant language
C#
Stars
1.2k
Forks
378
Avg merge
2d 1h
Merged PRs (30d)
6

Description

## Describe the feature

Provide an extension method of ServiceCollection to allow to configure the actor runtime from a function with a IServiceProvider as parameter
This will allow the configuration to be read from any app configuration. Example

`services.AddActors(sp => sp.GetRequiredService().Bind());
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.