[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Pavel Krymets 6e9b5a94b9 Merge remote-tracking branch 'origin/rel/2.0.0' into dev 2017-07-11 14:36:10 -07:00
build Update AzureKeyVaultVersion to 2.3.2 (#692) 2017-07-11 14:34:26 -07:00
samples/KeyVaultSample Remove NETStandard.Library.NETFramework 2017-07-07 10:17:33 -07:00
src Update IdentityModelActiveDirectoryVersion (#685) 2017-06-28 11:43:35 -07:00
test Remove NETStandard.Library.NETFramework 2017-07-07 10:17:33 -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 Adding libunwind8 to .travis.yml 2017-06-26 09:34:40 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln Update travis and appveyor settings to build rel/* branches and add solution items to .sln file 2017-04-27 12:16:25 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:57 -07:00
NuGet.config Branching for 2.0.0 rtm 2017-07-10 11:41:19 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:31:39 -08:00
README.md Update README.md 2016-03-14 21:28:26 -07:00
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:19:50 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:10 -08:00
build.ps1 Updating KoreBuild branch 2017-07-10 11:57:55 -07:00
build.sh Updating KoreBuild branch 2017-07-10 11:57:55 -07:00
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:07:59 -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