DynamicConfiguration
December 23, 2021 · View on GitHub
Manage your .NET application configuration dynamically.
Nuget packages
| Services | Redis Configuration Provider | Web API | Razor components |
|---|---|---|---|
Description
This repository contains the source code of .NET library to dynamicaly configure your .NET applications.
├─ sample
| ├─ RedisConfigurationSample
| ├─ YarpSample
├─ src
| ├─ Aguacongas.DynamicConfiguration
| ├─ Aguacongas.DynamicConfiguration.Redis
| ├─ Aguacongas.DynamicConfiguration.WebApi
| └─ Blazor
| └── Aguacongas.DynamicConfiguration.Razor
└─ test
Services
Aguacongas.DynamicConfiguration contains interfaces and services to dynamically configure .NET programs.
Providers
Aguacongas.DynamicConfiguration.Redis contains a Configuration provider implementation for Redis.
Web API
Aguacongas.DynamicConfiguration.WebApi contains a Web API to read and store the configuration.

Components
Aguacongas.DynamicConfiguration.Razor contains Razor components to manage the configuration.

Setup
Each project contains a Readme.md containing information to use the library.
Build from source
You can build the solution with Visual Studio or use the dotnet build command.
Contribute
We warmly welcome contributions. You can contribute by opening an issue, suggest new a feature, or submit a pull request.
Read How to contribute and Contributor Covenant Code of Conduct for more information.