Info
Version: | 1.0.5 |
Author(s): | wadereynolds |
Last Update: | Wednesday, February 25, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/wade/MachineMappedSettings |
NuGet Url: | https://www.nuget.org/packages/MachineMappedSettings.NetConfigFile |
Install
Install-Package MachineMappedSettings.NetConfigFile
dotnet add package MachineMappedSettings.NetConfigFile
paket add MachineMappedSettings.NetConfigFile
MachineMappedSettings.NetConfigFile Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
When a key is resolved, the value is returned for the specific instance that matches the key and also the local machine name on which the code is executing. This allows for machine-specific values to be returned which is especially useful for test projects executed across multiple environments.
This is a simple alternative to using XML configuration transforms.