【发布时间】:2015-05-06 10:21:30
【问题描述】:
我安装了Resharpers command line tool。然后我尝试了
InspectCode SolutionFile.sln > errors.txt.
errors.txt 中的输出是
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..
如何将生成的.tmp 输出文件从command prompt 转换为html 文件?
【问题讨论】:
标签: .net cmd resharper static-code-analysis