Migrate Dapr.Configuration into separate client
Open
area/client/configuration
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
Implementation for work described in #1427
With 1.16, we'll create a new client and run both the version in `Dapr.Client` and the separate package in parallel. Mark the affected methods in `Dapr.Client` with an `[Obsolete("Use the Dapr.Configuration NuGet package instead as this method will be removed from Dapr.Client in v1.17")]`.
Do note that once I merge [this PR](https://github.com/dapr/dotnet-sdk/pull/1487), we'll be replacing the use of the [Obsolete] attribute with [Experimental] going forward.
Contributor guide
Assessment
This issue has not been assessed yet.