dotnetconfig
NuGet publisher profile
Packages
2
Total Downloads
5.6M
5,562,535
Packages (2)
DotNetConfig
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 .SetString("section", "subsection", "variable", value) .SetBoolean("section", "subsection", "enabled", true);
5.4M
downloads
dotnet-config
A global tool for managing hierarchical configurations for dotnet tools, using git config format.
166.1K
downloads