Hocon 2.0.4
Install-Package Hocon -Version 2.0.4
dotnet add package Hocon --version 2.0.4
<PackageReference Include="Hocon" Version="2.0.4" />
paket add Hocon --version 2.0.4
#r "nuget: Hocon, 2.0.4"
// Install Hocon as a Cake Addin
#addin nuget:?package=Hocon&version=2.0.4
// Install Hocon as a Cake Tool
#tool nuget:?package=Hocon&version=2.0.4
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Hocon:
Package | Downloads |
---|---|
Hocon.Configuration
HOCON (Human-Optimized Config Object Notation) parser and application-ready implementation. |
|
Hocon.Extensions.Configuration
HOCON (Human-Optimized Config Object Notation) support for Microsoft.Extensions.Configuration. |
|
Hocon.Json
Convert Lightbend's HOCON (Human-Optimized Object Configuration Notation) to Json |
|
Hocon.Immutable
HOCON (Human-Optimized Config Object Notation) Experimental Immutable Support |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.4 | 22,491 | 10/13/2021 |
2.0.3 | 91,613 | 2/28/2020 |
2.0.2 | 660 | 2/27/2020 |
2.0.1 | 1,798 | 2/25/2020 |
2.0.0 | 1,454 | 2/13/2020 |
1.3.3 | 11,268 | 1/27/2020 |
1.3.2 | 7,688 | 1/24/2020 |
1.3.1 | 583 | 1/22/2020 |
1.3.0 | 777 | 1/15/2020 |
1.2.1 | 1,102 | 12/27/2019 |
1.2.0 | 3,317 | 10/5/2019 |
1.1.0 | 2,874 | 7/29/2019 |
1.0.0 | 37,989 | 11/15/2018 |
0.3.1 | 2,040 | 3/24/2018 |
[Change config file load priority](https://github.com/akkadotnet/HOCON/issues/260)
[Bugfix: Performance issue reported in #276](https://github.com/akkadotnet/HOCON/issues/277)
[Bugfix: Quoted string should be closed by the same starting token](https://github.com/akkadotnet/HOCON/issues/278)
[Bugfix: Flatten did not flatten all the way down](https://github.com/akkadotnet/HOCON/issues/280)
[Bugfix: Escape backslash when serializing](https://github.com/akkadotnet/HOCON/issues/351)
- `HoconConfigurationFactory.Default()` will try and load HOCON configuration from default named files based on this priority:
1. application.conf
2. application.hocon
3. application.properties
4. app.conf
5. app.hocon
6. app.properties
- If `HoconConfigurationFactory.FromFile()` is called without any file extensions, it will try to load the file using these extensions: .conf, .hocon, and finally .properties