[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Nate McMaster 62289cfccf Remove copyright header from targets file 2017-01-05 16:05:38 -08:00
build Upgrade to VS 2017 2017-01-05 12:24:15 -08:00
samples/KeyVaultSample Upgrade to VS 2017 2017-01-05 12:24:15 -08:00
src Remove copyright header from targets file 2017-01-05 16:05:38 -08:00
test Remove output logging from test that causes invalid TRX format. 2017-01-05 14:18:11 -08: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 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:02 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln Upgrade to VS 2017 2017-01-05 12:24:15 -08:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:45:24 -07:00
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 14:57:08 -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 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 Upgrade to VS 2017 2017-01-05 12:24:15 -08:00
build.sh Upgrade to VS 2017 2017-01-05 12:24:15 -08:00
version.props Upgrade to VS 2017 2017-01-05 12:24:15 -08: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