[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Pranav K 31dd9675f9 Merge branch 'release' into dev 2016-04-06 09:45:38 -07:00
src Revert "Adding back GetBasePath for UserSecrets for now" 2016-04-01 16:25:23 -07:00
test Revert "Adding back GetBasePath for UserSecrets for now" 2016-04-01 16:25:23 -07:00
tools Strong name everything. 2015-10-30 14:29:30 -07:00
.gitattributes Add common build files. 2014-01-28 15:58:56 -08:00
.gitignore Build with dotnet 2016-01-05 16:28:41 -08:00
.travis.yml Webhook notification 2016-03-29 14:04:02 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln IConfigurationBuilder/Source API changes 2016-03-31 13:49:06 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:45:24 -07:00
NuGet.config Get rid of BasePath on IConfigurationBuilder 2015-09-24 21:03:50 -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 Update the build scripts to the latest version 2016-03-07 20:54:54 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:54:54 -08:00
global.json Update global.json, sources=>projects 2015-04-02 09:19:50 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:04:04 -07:00

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