I installed Resharpers command line tool
.Then I tried
InspectCode SolutionFile.sln > errors.txt
.
The output in errors.txt is
JetBrains Inspect Code 9.1
Running in 64-bit mode, .NET runtime 4.0.30319.34014 under Microsoft Windows NT 6.2.9200.0
Solution-wide analysis is DISABLED
Running inspections
Inspecting <Project>\Common\Bindable.cs
Inspecting <Project>\Common\Converter.cs and so on..
How can I convert the output .tmp
files generated into an html
file from command prompt
?