Asp.net – Override nested appsettings configuration with command line argument shorthand switch
In my application I am using appsettings to load my configuration. I have the appsettings.json: { "FileReader": { "InputDirectory": "tmp" } } I would like to have the option to override the value of InputDirectory with a command line argument…