Its.Configuration
Its.Configuration copied to clipboard
App configuration for .NET. Strong-typed, JSON file based, host-independent, and manageable.
appsettings.json seems to work just fine
No doc found about saving settings. I tried `Settings.Set(AppSettings)` but with no luck.
I did a quick PR with the proposed change, to use Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) as base folder - Unfortunately I don't have the time to debug it - please take a look...
Provide a way to validate that all of the required settings files are present in a given precedence path.
Malformed JSON in an encrypted settings file can be expensive to diagnose. It would be useful to be able to specify an option in the command-line tool (or make this...
It would be useful to have the command line app included in a Tools folder when the package is downloaded.
For example, rather than precedence being limited to a set of folder names, including actual file paths could be useful. This is similar to way that we use it programmatically...