Hocon 2.0.4
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
Showing the top 20 packages that depend on Hocon.
Packages | Downloads |
---|---|
Hocon.Configuration
HOCON (Human-Optimized Config Object Notation) parser and application-ready implementation.
|
5 |
Hocon.Extensions.Configuration
HOCON (Human-Optimized Config Object Notation) support for Microsoft.Extensions.Configuration.
|
1,460 |
Hocon.Extensions.Configuration
HOCON (Human-Optimized Config Object Notation) support for Microsoft.Extensions.Configuration.
|
7,311 |
Hocon.Extensions.Configuration
Package Description
|
408 |
[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