DotNetConfig NuGet Package

APIs for handling dotnet-config compatible settings for any dotnet tool.

Usage:
var config = Config.Build();
var value = config.GetString("section", "subsection", "variable");

// Setting values, Config is immutable, so chain calls and update var
config = config
.SetString("section", "subsection", "variable", value)
.SetBoolean("section", "subsection", "enabled", true);


Built from https://github.com/dotnetconfig/dotnet-config/tree/d14cb664a.




Got any DotNetConfig Question?





Info

Version: 1.0.6
Author(s): kzu
Last Update: Friday, July 30, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/dotnetconfig/dotnet-config
NuGet Url: https://www.nuget.org/packages/DotNetConfig


Install
Install-Package DotNetConfig
dotnet add package DotNetConfig
paket add DotNetConfig
DotNetConfig Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

2.6

avg-downloads-per-day

36

days-since-last-release

1000