Uh oh!
There was an error while loading. Please reload this page.
Support for json arrays + some rewrite - #186
Conversation
There was a problem hiding this comment.
Is PathComparer the right name here? Should it not be Key comparer?
There was a problem hiding this comment.
It doesn't just compare individual keys. It can compare full config paths like settings:address:ip:0. See the unit tests for it
There was a problem hiding this comment.
I think path is a concept used by JSON.NET and we don't have such a concept in our configuration system. settings:address:ip:0 is a key in our understanding.
There was a problem hiding this comment.
Ok, will rename to ConfigurationKeyComparer
victorhurdugaci
commented
Apr 27, 2015
Updated |
ChengTian
commented
Apr 28, 2015
|
- Use the json.net parser instead of manually parsing the json - Simplified some test code
2370f6a to
0517eeeCompareThere was a problem hiding this comment.
IVT is to be used only for the unit test assembly of this assembly. Make the type(s) in question public and move to a .Internal namespace.
weitzhandler
commented
Jul 22, 2015
How do I read an array configuration value that's stored in |
Eilon
commented
Jul 22, 2015
@weitzhandler check out the various |
weitzhandler
commented
Jul 22, 2015
@Eilon |
Eilon
commented
Jul 22, 2015
@weitzhandler ah, those got renamed. See aspnet/Announcements#33. |
Fixes#115
cc @ChengTian@lodejard@glennc@anurse