NLog.config file to get started with configuring NLog.
This package is not mandatory to get started with NLog: the configuration file can
created manually (read specs here: https://github.com/NLog/NLog/wiki/Configuration-file)
or the configuration can be created programmatically. (read more here:...
More information
APIs for handling dotnet-config compatible settings for any dotnet tool.
Usage:
var config = Config.Build();
var value = config.GetString("section", "subsection", "variable");
// Setting values, Config is immutable, so chain calls and update var
config = config
.SetString("section",...
More information
A lightweight, simple, flexible, extensible library to read configurations using strongly typed classes.
- you can use a standard way to read configuration from app.config or from a pure JSON configuration file.
- you can also use a mix of various configuration sources like app.config and...
More information
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
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...
More information
AWS Config Client for the AWS SDK for C++. AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low- and high-level SDKs, while minimizing dependencies and providing platform portability...
More information
Redistributable components for package 'AWSSDKCPP-ConfigService'. This package should only be installed as a dependency.
(This is not the package you are looking for).