Info
Version: | 0.2.6 |
Author(s): | phirSOFT |
Last Update: | Thursday, March 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/phirSOFT.SettingsService |
Install
Install-Package phirSOFT.SettingsService
dotnet add package phirSOFT.SettingsService
paket add phirSOFT.SettingsService
phirSOFT.SettingsService Download (Unzip the "nupkg" after downloading)
Dependencies
- phirSOFT.SettingsService.Abstractions(>= 0.2.6)
- NETStandard.Library(>= 1.6.1)
- Nito.AsyncEx.Coordination(>= 5.0.0)
- System.ValueTuple(>= 4.5.0)
The interface is designed for applications using the IoC (Inversion of Control) pattern, but it can also be used in applications. A setting can be of any type (although simple types like structs and string are recommended) and is identified by an unique key.