Tarmil / FSharp.Data.LiteralProviders

F# Type providers generating literals from the compile-time environment
MIT License
133 stars 6 forks source link

Support for app.config files #4

Open Shmew opened 4 years ago

Shmew commented 4 years ago

It would be really awesome if we could use this in combination with something like FSharp.Configuration. Do you have plans for any further functionality?

Tarmil commented 4 years ago

I'm definitely open to more functionality!

App.config is normally meant for runtime configuration, so this would probably have much more limited use than FSharp.Configuration, but I guess it can still be useful.

Shmew commented 4 years ago

JSON/YAML works too, just something a bit more refined than a text file I think would be a great feature.

endeavour commented 2 years ago

+1. Would be great if you could use this to pull individual values out of a json and/or yaml file.