Info
Version: | 1.5.1 |
Author(s): | molinch |
Last Update: | Wednesday, March 22, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/molinch/ConfigurationSubstitutor |
NuGet Url: | https://www.nuget.org/packages/ConfigurationSubstitutor |
Install
Install-Package ConfigurationSubstitutor
dotnet add package ConfigurationSubstitutor
paket add ConfigurationSubstitutor
ConfigurationSubstitutor Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.6)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.6)
Tags
Scenarios could be that you have the password from an Azure KeyVault and the connection string defined in appsettings.
The connection string can reference the password.
Another scenario is that you have multiple configuration entries for the same domain, don't duplicate that information anymore, reference it.