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
Aug 3, 2020
Latest stable version

Install

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

Frameworks

.NETStandard2.0

Dependencies

Adoption guide

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

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; 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.