aspnet / Configuration

[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAML Support

milenstack opened this issue · comments

commented

In addition to INI, XML & JSON, we should consider supporting YAML files.

commented

yaml Configuration [https://github.com/andrewlock/NetEscapades.Configuration]

Because there is no built-in YAML support in .NET Core (at this time), YAML support will need to be provided by the community, and it looks like there is already a package out there that does that.