I\'ve recently settled on a new format style for my code and want to replace the existing code. The only problem is there\'s 100\'s if not 1000\'s of files in my solution a
There's a new way to format all files in a solution without using a macro using the dotnet CLI:
dotnet tool install -g dotnet-formatSolutionFile.sln with the path to your solution file, with the following command line:dotnet format SolutionFile.sln