Dynamic Settings is a .NET library that allows you to load application settings from a variety of sources including environment variables, ConfigurationManager, text files, YAML files, and Redis.
Info
Version: | 2.0.0 |
Author(s): | Learning.com |
Last Update: | Thursday, January 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/learningcom/DynamicSettings |
NuGet Url: | https://www.nuget.org/packages/DynamicSettings |
Install
Install-Package DynamicSettings
dotnet add package DynamicSettings
paket add DynamicSettings
DynamicSettings Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- Pipelines.Sockets.Unofficial(>= 2.1.1)
- StackExchange.Redis(>= 2.0.601)
- System.Buffers(>= 4.5.0)
- System.Diagnostics.PerformanceCounter(>= 4.7.0)
- System.IO.Pipelines(>= 4.7.0)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.0)
- System.Threading.Channels(>= 4.7.0)
- System.Threading.Tasks.Extensions(>= 4.5.3)
- YamlDotNet(>= 8.0.0)
Tags