Skip to content

Aguafrommars/DynamicConfiguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicConfiguration

Manage your .NET application configuration dynamically.

Quality gate

Build status

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.

configuration-API-get.jpeg

Components

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

configuration-API-get.jpeg

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.