NetEscapades.Configuration.Yaml 1.6.0
YAML configuration provider implementation to use with Microsoft.Extensions.Configuration.
Features:
* Add support for Null values in YAML files (Thanks mdschweda: https://github.com/mdschweda)
The following values are interpreted as 'null' during parsing (as per v1.1 of the spec http://yaml.org/type/null.html)
```yaml
nullValue1: Null
nullValue2: null
nullValue3: Null
nullValue4: ~
```
Yaml is case sensitive, so be aware that the following values are NOT parsed as null.
Instead they are parsed as their string equivalent (NuLL, NUll, and empty strings)
```yaml
notNull1: NuLL
notNull2: NUll
notNull3:
notNull4: ''
```
.NET Framework 4.5.1
- Microsoft.Extensions.Configuration (>= 1.0.2)
- Microsoft.Extensions.Configuration.FileExtensions (>= 1.0.2)
- YamlDotNet (>= 5.1.0)
.NET Standard 1.3
- Microsoft.Extensions.Configuration (>= 1.0.2)
- Microsoft.Extensions.Configuration.FileExtensions (>= 1.0.2)
- NETStandard.Library (>= 1.6.1)
- YamlDotNet (>= 5.1.0)
.NET Standard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 5.1.0)
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 4 | 03/03/2024 |
3.0.0 | 3 | 03/17/2024 |
2.2.0 | 2 | 03/18/2024 |
2.1.0 | 3 | 03/04/2024 |
2.0.1 | 2 | 03/18/2024 |
2.0.0 | 2 | 03/21/2024 |
1.6.0 | 3 | 11/23/2023 |
1.5.0 | 2 | 03/18/2024 |
1.4.0 | 4 | 11/23/2023 |
1.3.1 | 3 | 03/19/2024 |
1.3.0 | 1 | 03/20/2024 |
1.2.0 | 2 | 03/18/2024 |
1.1.0 | 2 | 03/18/2024 |
1.0.3 | 3 | 03/06/2024 |
1.0.2 | 1 | 03/20/2024 |
1.0.1 | 1 | 03/19/2024 |