Found 224 packages
Simple Configuration for .NET.
Simple-config is an extensible, convention-based XML to C# binder, specifically designed to easily bind custom config sections without the need to write any config handlers or sections. Simply by performing a cast to the required type, SimpleConfig will perform all required mapping, without the use for any magical markup
HermaFx SimpleConfig assembly
SimpleConfig allow applications to use configurations values from any data store in the type of interfaces, thus decouples the frameworks from your appliaction and allowing application to inject interfaces and nothing else. This framework should be used instead of .Net Core IOptions<T>.
Super simple configuration framework for .NET focused on developer ergonomics and strong typing. Supports multiple configuration sources such as .ini, .json, .xml files, as well as external providers pluggable by other NuGet packages.
Generic configurable components factory using SimpleInjector and Microsoft configuration.
A simple way to inject strongly-typed configuration settings into your application via [web|app].config.
Simplifies defining .net configuration sections. Removes the ceremony required to define config sections by providing a mechanism to define your config structure in terms of plain old interfaces.
JsonConfig is a simple to use configuration library, allowing JSON based config files for your C#/.NET application instead of cumbersome web.config/application.config xml files. It is based on JsonFX and C# 4.0 dynamic feature. Allows putting your programs config file into .json files, where a default config can be embedded as a resource or put in the (web-)application folder. Configuration can be accessed via dynamic types, no custom classes or any other stub code is necessary. JsonConfig brings support for config inheritance, meaning a set of configuration files can be used to have a single, scoped configuration at runtime which is a merged version of all provided configuration files.
HumbleConfig is a simple abstraction on top of multiple config sources
HumbleConfig is a simple abstraction on top of multiple config sources. This package includes the config source of ConfigR
This configuration library is intended to give .NET Developers a simple, extendable, scaleable, fast, type safe possibility to configure all kind of .NET applications. This package supports the boo (DslConfig.Boo) and C# (DslConfig.CSharp) configuration language.
Package Description
Simpler than other Config Providers, access settings by SimplerConfig.SConfig.Instance["key:subkey"]