[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Hao Kung ad90b4b35d Decrease timeout for test 2016-12-05 14:16:00 -08:00
samples/KeyVaultSample Fix versioning 2016-11-10 08:31:00 -08:00
src Ensure secrets ID does not contain invalid file name characters 2016-11-28 10:23:13 -08:00
test Decrease timeout for test 2016-12-05 14:16:00 -08: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 Add warning when UserSecretsId is empty or missing 2016-10-17 15:27:08 -07:00
.travis.yml Increase .travis.yml consistency between repos 2016-09-04 19:25:40 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln Rename Azure.KeyVault to AzureKeyVault (#526) 2016-10-04 11:52:17 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:45:24 -07:00
NuGet.config Branching for 1.1.0-preview1 2016-10-17 09:48:46 -07:00
NuGetPackageVerifier.json Rename Azure.KeyVault to AzureKeyVault (#526) 2016-10-04 11:52:17 -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 Branching for 1.1.0-preview1 2016-10-17 09:48:46 -07:00
build.sh Clean tmp folder after unzipping KoreBuild 2016-11-18 10:56:54 -08:00
global.json Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:17 -08: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