Its.Configuration icon indicating copy to clipboard operation
Its.Configuration copied to clipboard

App configuration for .NET. Strong-typed, JSON file based, host-independent, and manageable.

Results 7 Its.Configuration issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

It would be useful to have the command line app included in a Tools folder when the package is downloaded.

enhancement
help wanted

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...

help wanted