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: 10 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T15:04:46.000Z (12 months ago)
- Last Synced: 2025-06-06T21:14:17.070Z (11 months ago)
- Language: F#
- Homepage: http://fsprojects.github.io/FSharp.Configuration/
- Size: 4.78 MB
- Stars: 116
- Watchers: 19
- Forks: 63
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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)