https://github.com/aspnet/Configuration
[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
https://github.com/aspnet/Configuration
aspnet-product
Last synced: about 1 month ago
JSON representation
[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
- Host: GitHub
- URL: https://github.com/aspnet/Configuration
- Owner: aspnet
- License: apache-2.0
- Archived: true
- Created: 2014-01-28T23:11:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T15:14:05.000Z (over 6 years ago)
- Last Synced: 2024-05-09T13:16:14.396Z (about 1 year ago)
- Topics: aspnet-product
- Language: C#
- Homepage:
- Size: 1.64 MB
- Stars: 326
- Watchers: 76
- Forks: 204
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Configuration [Archived]
========================**This GitHub project has been archived.** Ongoing development on this project can be found in .
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 [AspNetCore](https://github.com/aspnet/AspNetCore) repo.