aspnet / Configuration

[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Apache License 2.0
327 stars 203 forks source link

IOption<T> should not be CaseSensitive for array #635

Closed tebeco closed 7 years ago

tebeco commented 7 years ago

(From a mobile phone so sorry for possible weird issue)

Repro steps :

The config.Value.Foo will be "bar" While config.Value.FooBar will be nuls

Will deserialize the array properly

johnkors commented 7 years ago

Couldn't get a failing unit test for this. Maybe it's fixed.

https://github.com/aspnet/Configuration/compare/dev...johnkors:jsonarrays/issue-635