Luke Latham
03911a0083
CommandLine config provider overhaul ( #4307 )
...
* Document formats supported for command line args provider
Updates
Updates
* Remove readme file
* Refactor colons on sentences before tables
* Update authors
2017-09-25 16:06:30 -07:00
Luke Latham
d506b3c34e
Move the config samps ( #4225 )
...
Moves the config samples out of the *src* folder into the parent
*sample* folder.
2017-09-06 21:15:07 -05:00
Luke Latham
db436a09d4
Update WebConfigBind sample app ( #4215 )
...
* Update WebConfigBind sample app
Fixes #4208
Takes the sample to 2.0 and drops the old solution file
Update
Updates
Updates
Updates
Update
* React to feedback
2017-09-06 13:30:58 -05:00
Luke Latham
500386ea8a
Update UsingOptions sample app ( #4214 )
...
* Update UsingOptions sample app
Takes sample to 2.0
* Update with view option injection
Fixes #437
Update
Update
2017-09-06 09:42:26 -05:00
Luke Latham
8dc2e41723
Update CustomConfigurationProvider sample app ( #4212 )
...
Takes sample to 2.0
2017-09-06 09:04:39 -05:00
Scott Addie
da82076c05
Remove unnecessary space before parameter
2017-09-05 11:39:55 -05:00
Luke Latham
1c1b72f316
Update ConfigJson sample app ( #4197 )
...
Addresses #1950
2017-09-05 11:02:05 -05:00
Luke Latham
8736f6f05a
Update CommandLine sample app ( #4198 )
...
Addresses #1950
* Sample taken to 2.0
* Topic lightly touched; content *not* checked
Update
2017-09-05 11:00:04 -05:00
Luke Latham
730877f612
Update InMemory sample app ( #4199 )
...
Addresses #1950
Sample taken to 2.0
2017-09-05 10:47:39 -05:00
Luke Latham
9d79afc3c0
Update InMemoryGetValue sample app ( #4200 )
...
Addresses #1950
Takes sample to 2.0
2017-09-05 10:45:06 -05:00
Luke Latham
6d2cc2a11d
Update ObjectGraph sample app ( #4201 )
...
Addresses #1950
Takes sample to 2.0
2017-09-05 10:43:56 -05:00
Luke Latham
d527050afa
Remove orphaned sample ( #4205 )
...
This samp isn't linked anywhere AFAICT.
2017-09-05 09:05:20 -05:00
Luke Latham
ceea71816d
Remove IOptionsSnapshot samp app ( #4206 )
...
Not in use anywhere AFAICT.
2017-09-05 09:04:03 -05:00
Luke Latham
fe794832dd
Remove ConfigConsole samp app ( #4207 )
...
Not used in topics AFAICT.
2017-09-05 09:00:28 -05:00
Luke Latham
6b4fcd5365
Drop CodeSnippets sample ( #4147 )
...
Addresses #1950
AFAICT this sample is no longer used anywhere in the topics.
2017-08-30 08:39:29 -07:00
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