Concepts.DynamicConfig
0.0.4
An implementation of the Chain of Responsibility Pattern with a dynamic Command Object .
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.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Concepts.DynamicConfig -Version 0.0.4
dotnet add package Concepts.DynamicConfig --version 0.0.4
<PackageReference Include="Concepts.DynamicConfig" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Concepts.DynamicConfig --version 0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Proof of concept (currently)
Dependencies
-
- Dynamitey (>= 1.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.