Hocon.Extensions.Configuration 2.0.4
HOCON (Human-Optimized Config Object Notation) support for Microsoft.Extensions.Configuration.
Showing the top 20 packages that depend on Hocon.Extensions.Configuration.
Packages | Downloads |
---|---|
Agate.Backend.Core
Core module for Agate Backend Template using .net6
|
12 |
Agate.Backend.Core
Core module for Agate Backend Template using .net6
|
88 |
Mythic.Core
Package Description
|
3 |
Mythic.Core
Package Description
|
5 |
Mythic.Core
Package Description
|
6 |
Mythic.Core
Package Description
|
58 |
Mythic.Core
Package Description
|
1,587 |
Mythic.Core
Package Description
|
1,626 |
Mythic.Core.Interfaces
Package Description
|
9 |
Mythic.Core.Interfaces
Package Description
|
11 |
Mythic.Core.Interfaces
Package Description
|
62 |
Mythic.Core.Interfaces
Package Description
|
498 |
[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 Standard 2.0
- Hocon (>= 2.0.4)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.4)