GranDen-Corp / GranDen.Configuration.YamlLoader

Make .NET Core configuration system support YAML( .yaml ) file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Core configuration YAML help library

Build Status

Provides two NuGet packages for easily use YAML(.yaml) file as .NET Core configuration source.

GranDen.Configuration.YamlLoader

Nuget

ASP.NET Core Configuration Provider library for using YAML file to store settings, originally from this article.

GranDen.Configuration.YamlData.Binder

Nuget

Utility package for easier load .NET Core configuration from YAML into Options pattern instance.

About

Make .NET Core configuration system support YAML( .yaml ) file

License:MIT License


Languages

Language:C# 78.4%Language:HTML 18.8%Language:CSS 1.2%Language:PowerShell 1.2%Language:JavaScript 0.3%