WIP: ConfigurationFile class, and example of usage
@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