Manage your .NET application configuration dynamically.
Services | Redis Configuration Provider | Web API | Razor components |
---|---|---|---|
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
Aguacongas.DynamicConfiguration contains interfaces and services to dynamically configure .NET programs.
Aguacongas.DynamicConfiguration.Redis contains a Configuration provider implementation for Redis.
Aguacongas.DynamicConfiguration.WebApi contains a Web API to read and store the configuration.
Aguacongas.DynamicConfiguration.Razor contains Razor components to manage the configuration.
Each project contains a Readme.md containing information to use the library.
You can build the solution with Visual Studio or use the dotnet build
command.
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.