FSharp.Configuration icon indicating copy to clipboard operation
FSharp.Configuration copied to clipboard

Redirecting appends ".config" at the end

Open isaacabraham opened this issue 10 years ago • 1 comments

Updating this issue. Currently you have to redirect to a specific DLL or executable using the SelectExecutableFile method. It would probably be simpler to offer the ability to redirect to any .config file - especially if you are in e.g. a web situation and want to get at something like web.config (or any other .config file).

isaacabraham avatar Jan 14 '16 20:01 isaacabraham

Will agree with this suggestion, right now the only workaround to this (that I know of), is to create say a file called App.exe, and then put a file called App.exe.config in that same folder, and point to the App.exe using the SelectExecutableFile function, just so the App.exe.config file can be used.

MicaelMor avatar Aug 25 '20 13:08 MicaelMor