microsoft / microsoft/aspire

Support more type specs in ConfigurationSchemaGenerator

Open
#1,425 0 comments 1 reaction 0 assignees View on GitHub
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

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.