dotnetconfig
-
- 4,051,200 total downloads
- last updated 7/7/2024
- Latest version: 1.2.0
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... More information -
- 112,428 total downloads
- last updated 7/7/2024
- Latest version: 1.2.0
A global tool for managing hierarchical configurations for dotnet tools, using git config format.