AutoConfig is an automagical, convention-based, customisable, extensible library for mapping configuration files to POCO C# objects/interfaces with the absolute minimum of code.
Info
Version: | 1.5.0 |
Author(s): | edpollitt |
Last Update: | Sunday, October 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/edpollitt/Nerdle.AutoConfig |
NuGet Url: | https://www.nuget.org/packages/Nerdle.AutoConfig |
Install
Install-Package Nerdle.AutoConfig
dotnet add package Nerdle.AutoConfig
paket add Nerdle.AutoConfig
Nerdle.AutoConfig Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Reflection.Emit(>= 4.7.0)
Tags