aspnet / MicrosoftConfigurationBuilders

Microsoft.Configuration.Builders
MIT License
122 stars 61 forks source link

Support mapping colons to double underscores in environment variables #148

Closed Expecho closed 2 years ago

Expecho commented 3 years ago

Support mapping colons to double underscores in environment variables.

Addresses #123

Expecho commented 2 years ago

@StephenMolloy any chance that outstanding PRs will be merged in the (near) future?

StephenMolloy commented 2 years ago

172 introduced a more flexible and generic way to handle character mapping across the board for config builders. You should be able to leverage the 'charMap' attribute to do this in the next release.