Skip to main content
ConfigurationSubstitutor package icon

ConfigurationSubstitutor

Allows to substitute variables from configuration, this way hostnames, or passwords can be separated and automatically substituted if another configuration entry references them. 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.

Total Downloads
1.7M
1,701,127
Published
Mar 22, 2023
Latest stable version

Install

.NET CLI
dotnet add package ConfigurationSubstitutor --version 1.5.1
Package Manager Console
Install-Package ConfigurationSubstitutor -Version 1.5.1
PackageReference
<PackageReference Include="ConfigurationSubstitutor" Version="1.5.1" />

Frameworks

net6.0 .NETStandard2.0

Dependencies

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.