Getting started How to Build dotnet build ./AnalyzeDotNetProject.sln --configuration Release How to Run cd ./bin/Release/net6.0/ ./AnalyzeDotNetProject.exe "c:\yourproject\path.sln" Output: result.txt: result in flat file. result.csv: result in csv format. log.txt: log file.