Skip to content

WIP: ConfigurationFile class, and example of usage

Chris Woodall requested to merge feature/auto-create-configuration-files into devel

@amyblank this was the progress I had made up until when I stopped working on it.

Essentially it ends up autocreating the files on first run, but preferring local files in ., ../, or ../..

The one major difference is that default configurations are expected to be stored in C# directly as a string that gets parsed or as a JObject of some sort (as demonstrated in PointToPoint)...

Anyway maybe this is useful to you

Edited by Chris Woodall

Merge request reports

Loading