Azure / Azure/AppConfiguration-DotnetProvider
Unable to inject reusable ConfigurationClient per recommendation of SDK guide.
Open
- Dominant language
- C#
- Stars
- 93
- Forks
- 46
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 3
Description
[The SDK Guide, recommends reusing your ConfigurationClient](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/#client-lifetime), however the APIs of this library prevent this by disallowing injection of a custom `ConfigurationClient` instance. The library creates a new instance of `ConfigurationClient` for each call to `ConfigurationBuilder.AddAzureAppConfiguration`, which is unduly restrictive.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.