NetEscapades.Configuration
NetEscapades.Configuration copied to clipboard
Additional configuration providers to use with ASP.NET Core
I noticed that if define a YAML configuration with a property that is set to an empty array (`[]`), then when I ultimately call `IConfiguration.Bind` to bind the config data...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
I am using the 2 kv version. This version 1 seems to have changed in newer versions of vault. I can not use your package and load my keys in...
When using Options, its quite handy to have some options be able to leverage reloading. Those require being added constructed as Scoped as otherwise they are never reloaded (as we...
fixes #59
Bumps System.Net.Http from 4.3.3 to 4.3.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
```yml --- defaults: &defaults A: 1 B: 2 mapping:
It was added in netcore 3.0.0-preview6 and would mean we can delete some of the code I needed to copy over from the netcore source. Would this be favorable? If...