Arrays in appsettings.json not getting overridden when emptying in another config file
In the appsetting.json, from one of the services at work, there is an array property that looks something like this We recently have a new test environment which we want the ArrayProp to be empty. So I add a new appsettings.Test.json to override it, that looks like this I was quite surprised to find that … [Read more…]