You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Bugfix: Performance issue reported in #276](https://github.com/akkadotnet/HOCON/issues/277)
4
+
*[Bugfix: Quoted string should be closed by the same starting token](https://github.com/akkadotnet/HOCON/issues/278)
5
+
*[Bugfix: Flatten did not flatten all the way down](https://github.com/akkadotnet/HOCON/issues/280)
6
+
*[Bugfix: Escape backslash when serializing](https://github.com/akkadotnet/HOCON/issues/351)
7
+
8
+
-`HoconConfigurationFactory.Default()` will try and load HOCON configuration from default named files based on this priority:
9
+
1. application.conf
10
+
2. application.hocon
11
+
3. application.properties
12
+
4. app.conf
13
+
5. app.hocon
14
+
6. app.properties
15
+
16
+
- If `HoconConfigurationFactory.FromFile()` is called without any file extensions, it will try to load the file using these extensions: .conf, .hocon, and finally .properties
0 commit comments