jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
689 stars 111 forks source link

.NET Core Configuration Nested JSON #143

Closed jason-roberts closed 7 years ago

jason-roberts commented 7 years ago

Originally from @steventmayer in #121 :

"@jason-roberts I'm going to be playing with it over the next few days, really only need simple toggles though but I'll test what I can. Do you plan, in the future, to allow us to change the ToggleConfigurationSettings prefix (the key it is searching for)? With the JSON format, it would be handy to take advantage of the nested format, so { "FeatureToggle": { "TestFeatureToggle": "true" } } The key will be FeatureToggle: instead of FeatureToggle. Thanks for the ASP.NET Core support."