Commit Graph

10 Commits (c1864459411943b446c5ae72ad8b4d8988c6eb63)

Author SHA1 Message Date
Steve Smith e4808c0433 Upgraded to VS2017 project format (#3018)
Added demo showing how to retrieve configuration values stored as JSON arrays
2017-03-30 07:54:24 -10:00
Rion Williams 435a547977 Updated Code Style in Examples (#2942)
Replaced several uses of `static public` with the more appropriate
`public static` to fall in line with the [coding
guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md),
which state that the visibility modifer should always be the first
modifer present.
2017-03-10 10:04:29 -10:00
Julian Dominguez 841f66faab Rename _subOptionsAccessor to reflect actual value (#2883) 2017-03-03 14:03:17 -10:00
Julian Dominguez dd0bc3aad9 Rename _optionsAccessor field to represent value (#2882)
The constructor receives an optionsAccessor, but by the time it is stored in the field, its value has been accessed, so the field name should not be suffixed with Accessor.
2017-03-03 14:01:47 -10:00
Luke Latham 45123a1ea5 Fix codeblocks in Configuration doc (#2521)
* Fix codeblocks

* Fix indentation
2017-01-18 15:21:02 -10:00
Justin Schwartzenberger e6272a478b add CommandLine package id note (#2393)
To use .AddCommandLine the Microsoft.Extensions.Configuration.CommandLine package needs to be added to dependencies.
2016-12-15 11:35:26 -10:00
Rick Anderson 7bff24ce17 del file 2016-12-07 18:11:25 -10:00
Rick Anderson 6fdd0d93c2 config rewrite 2016-12-07 18:08:45 -10:00
Luke Latham c2eef57321 Command line/command-line/command prompt updates (#2284)
Command line/command-line/command prompt updates
2016-12-01 09:15:06 -08:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00