Ecng.Configuration 1.0.219

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ecng.Configuration --version 1.0.219
                    
NuGet\Install-Package Ecng.Configuration -Version 1.0.219
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ecng.Configuration" Version="1.0.219" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ecng.Configuration" Version="1.0.219" />
                    
Directory.Packages.props
<PackageReference Include="Ecng.Configuration" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ecng.Configuration --version 1.0.219
                    
#r "nuget: Ecng.Configuration, 1.0.219"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ecng.Configuration@1.0.219
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ecng.Configuration&version=1.0.219
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Configuration&version=1.0.219
                    
Install as a Cake Tool

Ecng.Configuration

Configuration management utilities.

Purpose

Configuration management utilities.

Key Features

  • Typed access to settings
  • Load from multiple formats
  • Bind directly to objects

Usage Example

var cfg = new ConfigurationManager();
cfg.Load("appsettings.json");
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Ecng.Configuration:

Package Downloads
StockSharp.BusinessEntities

Trading entities (security, trade etc.). More info on web site https://stocksharp.com/store/

StockSharp.Configuration

Configuration components. More info on web site https://stocksharp.com/store/

StockSharp.Finam

Finam

StockSharp.Mfd

MFD

StockSharp.Algo.Compilation

Compilation components. More info on web site https://stocksharp.com/store/

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ecng.Configuration:

Repository Stars
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Version Downloads Last Updated
1.0.260 416 4/14/2026
1.0.259 1,129 3/17/2026
1.0.258 130 3/17/2026
1.0.257 737 3/3/2026
1.0.256 240 2/28/2026
1.0.255 859 2/4/2026
1.0.254 291 2/1/2026
1.0.253 203 1/22/2026
1.0.252 220 1/19/2026
1.0.251 137 1/18/2026
1.0.250 138 1/18/2026
1.0.249 206 1/14/2026
1.0.248 133 1/13/2026
1.0.247 129 1/13/2026
1.0.246 231 1/9/2026
1.0.245 247 1/4/2026
1.0.244 165 12/30/2025
1.0.243 146 12/29/2025
1.0.242 156 12/26/2025
1.0.219 503 11/18/2025
Loading failed