Support more type specs in ConfigurationSchemaGenerator
Open
area-integrations
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
With https://github.com/dotnet/aspire/pull/1383, we don't support all the types that are possible with Configuration.Binder source generator. Specifically we need to support:
* EnumerableSpec
- For example `Azure.Core.DiagnosticsOptions` LoggedHeaderNames and LoggedQueryParameters which are `IList`.
* DictionarySpec
- For example `RabbitMQ.Client.ConnectionFactory.ClientProperties` which is a `IDictionary`.
Contributor guide
Assessment
This issue has not been assessed yet.