FX.Configuration
0.4.1
dotnet add package FX.Configuration --version 0.4.1
NuGet\Install-Package FX.Configuration -Version 0.4.1
<PackageReference Include="FX.Configuration" Version="0.4.1" />
paket add FX.Configuration --version 0.4.1
#r "nuget: FX.Configuration, 0.4.1"
// 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
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)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 6.0.6)
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.