598 packages tagged with “Config”
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: https://github.com/NLog/NLog/wiki/Configuration-API) Note: Unfortunately this package won't work well when using <PackageReference> Advised to: - download manually: https://raw.githubusercontent.com/NLog/NLog/v4.4/src/NuGet/NLog.Config/content/NLog.config - set "Copy To Output Directory" to "Copy if newer"
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 .SetString("section", "subsection", "variable", value) .SetBoolean("section", "subsection", "enabled", true);
Configuration provider for reading from Spring Cloud Config Server.
Package for adding Spring Cloud Config Server configuration provider to ASP.NET Core applications.
Client SDK for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://flagsmith.com/
Feature Flags created by developers for developers with ❤️. ConfigCat lets you manage feature flags across frontend, backend, mobile, and desktop apps without (re)deploying code. % rollouts, user targeting, segmentation. Feature toggle SDKs for all main languages. Alternative to LaunchDarkly. Host yourself, or use the hosted management app at https://configcat.com. Works with .NET, .NET Core, .NET Standard
Dapplo.Config provides an easy to use configuration
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
Generic configurable components factory using SimpleInjector and Microsoft configuration.
A configuration object to enable auto discovery in Enyim for ElastiCache
The CDK Construct Library for AWS::Config (Stability: Stable)
Dapplo.Ini adds ini configuration with static type support to your project.
HOCON (Human-Optimized Config Object Notation) support for Microsoft.Extensions.Configuration.
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 (Windows, OSX, Linux, and mobile).
Allows you to your bundle configurations in the web.config file and handle remote files.
NConfig is a small library that allows using multi-file, host-based configurations in .Net
A simple configuration library for .NET
HOCON (Human-Optimized Config Object Notation) parser and application-ready implementation.
Redistributable components for package 'AWSSDKCPP-ConfigService'. This package should only be installed as a dependency. (This is not the package you are looking for).
Provides the ability to provide configuration to the hosted application by convention.
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 config.json (look at the MixedConfiguration class sample)
Configuration.DockerSecrets is a non-official library, build to work as a stop-gap until dotnetcore 2.0.0 is released.
Configgy: Configuration library for .NET (and .NET Core and .NET Standard)
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
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.
Cake Addin for performing XDT based config file transforms.
Configuration slots for Magic, allowing you to easily read configuration settings in your Magic application. To use package go to https://polterguy.github.io
Tool for install NLog configuration
A .NET, Mono and Unity3d compatible(*) library for reading/writing INI data from IO streams, file streams, and strings written in C#. Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files. (*) This library is 100% .NET code and does not have any dependencies on Windows API calls in order to be portable.
Package Description