You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>This library is an extension for Microsoft.Extensions.Configuration, which helps you to do recursive templating in configuration settings.
12
12
13
13
When retrieving a configuration setting value, it will look for {placeholders}. If it finds any placeholder, it will try to see if the placeholder is actually configured as a setting. It will then (recursively) replace any placeholders within the setting's value.
14
14
15
15
This means you can compose configuration settings out of other configuration settings, which will allow you to override only parts of a config setting or the entire setting.</Description>
16
16
<Authors>Erwin van der Valk</Authors>
17
17
<Company>Erwin van der Valk BV</Company>
18
+
<PackageReleaseNotes>Adds support for configuration sections (separated by :) character</PackageReleaseNotes>
0 commit comments