fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

AppSettings - Add support for getting default values #61

Open aph5nt opened 9 years ago

aph5nt commented 9 years ago

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