FSharp.Configuration
FSharp.Configuration copied to clipboard
AppSettings - Add support for getting default values
I have have designed a library with an internal app.config file. When I reference that library in other project that does not have its app.config, then I would like to use a default setting value.
example ussage:
let defaultOrNot = Settings.HostPort 8050