HoconConfigurationFactory.Default() will try and load HOCON configuration from default named files based on this priority:
application.conf
application.hocon
application.properties
app.conf
app.hocon
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
HoconConfigurationFactory.Default() will try and load HOCON configuration from default named files based on this priority:
application.conf
application.hocon
application.properties
app.conf
app.hocon
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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Hocon.Extensions.Configuration from 2.0.3 to 2.0.4.
Release notes
Sourced from Hocon.Extensions.Configuration's releases.
... (truncated)
Changelog
Sourced from Hocon.Extensions.Configuration's changelog.
Commits
7f336cb
2.0.4 Releasedfbe363
Merge branch 'dev'44759a5
Update RELEASE_NOTES.md for 2.0.4 release (#357)49b1a6e
Update CI/CD pipeline template and build script (#356)8141e45
Update CI/CD pipeline template and build script (#356)1c883b2
Escape Backslash when serializing (#351)f5e3dd6
Upgrade to GitHub-native Dependabot (#348)482a9c1
Bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1 (#317)f861890
Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#309)809c33f
Bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#291)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)