9419 Views
In this post I describe how and why I created a .NET Core global tool to easily convert configuration stored in web.config files to the JSON format more commonly used for configuration in ASP.NET Core. tl;dr; You can install the tool by running dotnet tool install --global dotnet-config2json.
0 comments