FX.Configuration
0.4.1
A lightweight, simple, flexible, extensible library to read configurations using strongly typed classes.
- you can use a standard way to read configuration from app.config or from a pure JSON configuration file.
- you can also use a mix of various configuration sources like app.config and config.json (look at the MixedConfiguration class sample)
Install-Package FX.Configuration -Version 0.4.1
dotnet add package FX.Configuration --version 0.4.1
<PackageReference Include="FX.Configuration" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FX.Configuration --version 0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FX.Configuration, 0.4.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install FX.Configuration as a Cake Addin
#addin nuget:?package=FX.Configuration&version=0.4.1
// Install FX.Configuration as a Cake Tool
#tool nuget:?package=FX.Configuration&version=0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Newtonsoft.Json (>= 6.0.6)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FX.Configuration:
Package | Downloads |
---|---|
fx.configuration.azure
Fx.Configuration to use with Azure Cloud Services configuration
A lightweight, simple, flexible, extensible library to read configurations using strongly typed classes.
- you can use a standard way to read configuration from app.config or from a pure JSON configuration file.
- you can also use a mix of various configuration sources like app.config and config.json (look at the MixedConfiguration class sample)
|
|
IntegrationEngine
An asynchronous job scheduling server.
|
GitHub repositories
This package is not used by any popular GitHub repositories.