Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexinea/extensions.configuration.yaml

A YAML configuration provider for Microsoft.Extensions.Configuration.
https://github.com/alexinea/extensions.configuration.yaml

Last synced: 3 months ago
JSON representation

A YAML configuration provider for Microsoft.Extensions.Configuration.

Awesome Lists containing this project

README

        





# YAML Configuration Provider

[![NuGet](https://img.shields.io/nuget/v/Alexinea.Extensions.Configuration.Yaml.svg)](https://nuget.org/packages/Alexinea.Extensions.Configuration.Yaml)
[![Nuget](https://img.shields.io/nuget/dt/Alexinea.Extensions.Configuration.Yaml.svg)](https://nuget.org/packages/Alexinea.Extensions.Configuration.Yaml)

A Yaml format configuration provider for Microsoft.Extensions.Configuration.

Supports following runtimes:

+ .NET 5
+ .NET Core
+ .NET Framework 4.5.1 or higher

Tips for older versions:

> Yaml Configuration Provider provides 1.x, 2.x, and 3.x versions, which correspond to the Microsoft.Extensions.Configuration of the three eras. You can choose the applicable version.

Starting from 5.0, our dependencies will be consistent with Microsoft.Extensions.Configuration.

## Installing

Just install the [provider](https://nuget.org/packages/Alexinea.Extensions.Configuration.Yaml) package:

```
PM> Install-Package Alexinea.Extensions.Configuration.Yaml
```

## Other Providers

+ [Alexinea.Extensons.Configuration.Toml](https://github.com/alexinea/Extensions.Configuration.Toml)
+ [Alexinea.Extensons.Configuration.Yaml](https://github.com/alexinea/Extensions.Configuration.Yaml)

## License

Apache License 2.0