Hocon.Configuration 2.0.4
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
|
26 |
[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
.NET Framework 4.6.1
- Hocon (>= 2.0.4)
.NET Standard 2.0
- Hocon (>= 2.0.4)
- System.Configuration.ConfigurationManager (>= 4.7.0)