Skip to content

MindWrapper/ReSharper.InspectCodeStarter

Repository files navigation

ReSharper.InspectCodeStarter

Simplify inspectcode.exe usage with plugins. see ReSharper Command Line Tools. See also this blog.

Example: .\inspect.bat <Path_To_Project_Or_Soltution_Under_Inspection.csproj> --plugin=ReSharper.FooDetector.2018.1.0 --plugin=PowerToys.CyclomaticComplexity.2018.1.0 --format=html --output=res.html

...
Analyzing ProjectUnderInspection.AssemblyInfo.cs
Analyzing .gitignore
Analyzing FooBar.cs
Analyzing ProjectUnderInspection.csproj
Analyzing README.md
Analyzing ProjectUnderInspection.csproj
Inspecting FooBar.cs
Inspection report was written to c:\unity\RCLTTest\res.html

About

Simplify inspectcode.exe usage with plugins. see [ReSharper Command Line Tools](https://www.jetbrains.com/resharper/features/command-line.html)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published