dotnetconfig
-
- 3,126,662 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 -
- 70,195 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.