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

proposal: support appsettings.json for netcore apps #161

Open jkone27 opened 4 years ago

jkone27 commented 4 years ago

Would be nice to provide an appsettings.json provider based on FSharp.Data to support reading appsettings file for aspnetcore , so that configuration per environment is typechecked for both content and configuration file names and machine environment variables defined (dreaming :)) just an idea.

before this needs support for .netstandard i know