[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Hao Kung d8f96d72e8 Dispose command line args enumerator 2016-07-05 15:20:17 -07:00
src Dispose command line args enumerator 2016-07-05 15:20:17 -07:00
test Add framework assemblies required to run tests without src 2016-07-05 12:01:37 -07:00
tools
.gitattributes
.gitignore Build with dotnet 2016-01-05 16:28:41 -08:00
.travis.yml Fix OSX build on Travis. 2016-05-27 11:38:21 -07:00
CONTRIBUTING.md
Configuration.sln IConfigurationBuilder/Source API changes 2016-03-31 13:49:06 -07:00
LICENSE.txt
NuGet.config Updating to release. 2016-06-14 16:22:00 -07:00
NuGetPackageVerifier.json Remove old FileProviders project from verifier 2016-03-31 14:04:20 -07:00
README.md Update README.md 2016-03-14 21:28:26 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:47 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:10 -08:00
build.ps1 Updating to release. 2016-06-14 16:22:00 -07:00
build.sh Updating to release. 2016-06-14 16:22:00 -07:00
global.json Bring back global.json 2016-07-05 12:48:05 -07:00
makefile.shade

README.md

Configuration

AppVeyor: AppVeyor

Travis: Travis

Configuration is a framework for accessing Key/Value based configuration settings in an application. Includes configuration providers for command line arguments, environment variables, INI files, JSON files, and XML files.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Blog posts