Hocon.Configuration 1.3.0
HOCON (Human-Optimized Config Object Notation) parser and application-ready implementation.
Showing the top 20 packages that depend on Hocon.Configuration.
Packages | Downloads |
---|---|
Akka
Akka.NET is a port of the popular Java/Scala framework Akka to .NET
|
28 |
HOCON 1.3.0 contains some significant API changes:
[API parity with pre-existing Akka.NET HOCON implementation](https://github.com/akkadotnet/HOCON/issues/157)
Added `HoconType.String`, `HoconType.Number`, `HoconType.Bool`, and removed `HoconType.Literal` - now it's possible to discover data types more easily while inspecting individual HOCON objects.
[Fixed: Need to be able to include Config fallback values to string representation](https://github.com/akkadotnet/HOCON/issues/161)
[Added SourceLink.Github support](https://github.com/akkadotnet/HOCON/pull/166)
For a set of complete bug fixes and changes, please see [the HOCON v1.3.0 milestone on Github](https://github.com/akkadotnet/HOCON/milestone/3).
.NET Framework 4.6.1
- Hocon (>= 1.3.0)
.NET Standard 2.0
- Hocon (>= 1.3.0)
- System.Configuration.ConfigurationManager (>= 4.7.0)