dotnetconfig
-
- 3,117,325 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 -
- 69,941 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.