Info
Version: | 1.0.0 |
Author(s): | Nate-Wilkins |
Last Update: | Thursday, July 10, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Nate-Wilkins/DynamicChain |
NuGet Url: | https://www.nuget.org/packages/Concepts.DynamicConfig |
Install
Install-Package Concepts.DynamicConfig
dotnet add package Concepts.DynamicConfig
paket add Concepts.DynamicConfig
Concepts.DynamicConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- Dynamitey(1.0.2.0)
Tags
Without all the fancy terms it takes in a dynamic configuration object and pipes it through a series of processors.
These processors can read/write to the configuration object but are intended to process the configuration, - inject, read, do stuff.
Created more as a proof of concept but is tested and pretty simple to understand and implement.