https://github.com/fsprojects/FSharp.Configuration
The FSharp.Configuration project contains type providers for the configuration of .NET projects.
https://github.com/fsprojects/FSharp.Configuration
Last synced: about 2 hours ago
JSON representation
The FSharp.Configuration project contains type providers for the configuration of .NET projects.
- Host: GitHub
- URL: https://github.com/fsprojects/FSharp.Configuration
- Owner: fsprojects
- License: other
- Created: 2014-01-14T15:27:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T15:04:46.000Z (7 months ago)
- Last Synced: 2025-11-10T08:10:42.656Z (11 days ago)
- Language: F#
- Homepage: http://fsprojects.github.io/FSharp.Configuration/
- Size: 4.78 MB
- Stars: 115
- Watchers: 18
- Forks: 58
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-fsharp - FSharp.Configuration - The project contains type providers for the configuration of .NET projects. Handles AppSettings, ResX, Yaml and Ini files. (Type Providers / Performance Analysis)
README
# FSharp.Configuration
[](https://www.nuget.org/packages/FSharp.Configuration)
[](https://github.com/fsprojects/FSharp.Configuration/actions?query=branch%3Amaster)
The FSharp.Configuration project contains type providers for the configuration of .NET projects.
- [AppSettings](https://fsprojects.github.io/FSharp.Configuration/AppSettingsProvider.html)
- [ResX](https://fsprojects.github.io/FSharp.Configuration/ResXProvider.html)
- [Yaml](https://fsprojects.github.io/FSharp.Configuration/YamlConfigProvider.html)
- [Ini](https://fsprojects.github.io/FSharp.Configuration/IniTypeProvider.html)
## Testing
- Start FSharp.Configuration.sln and configure the project's debug mode to run `[YOURPATH]\FSharp.Configuration\FSharp.Configuration.Tests.sln` with `C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe`.
## Maintainer(s)
- [@forki](https://github.com/forki) Steffen Forkmann
- [@baronfel](https://github.com/baronfel) Chet Husk
The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)