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

Allow specify a different app.settings file at runtime #16

Closed forki closed 8 years ago

vasily-kirichenko commented 10 years ago

I really don't think it's useful. App.config is always automatically transformed to <exe name>.exe.config.

smoothdeveloper commented 9 years ago

It has use when you want to use it from .fsx and pass arbitrary configuration file, assuming #63 is implemented.

Thorium commented 8 years ago

Now you can use this from F# interactive, so this could be closed...