jetbrains/JetBrains ReSharper Inspect Code

C# static analysis tool

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
settingsPath to the file to use custom settings from (default: Use R#'s solution shared settings if exists)
outputWrite inspections report to specified fileresults.sarif.json
formatWrite inspections report in specified format [Xml, Html, Text, Sarif]Sarif
upload-sarifUpload SARIF report to GitHub code scanningtrue
jobsRun up to N jobs in parallel. 0 means as many as possible0
absolute-pathsUse absolute paths in inspections reportFalse
no-sweaForce disable solution-wide analysisFalse
sweaForce enable solution-wide analysisFalse
projectAnalyze only projects selected by provided wildcards (default: analyze all projects in solution)
includeAnalyze only files selected by provided wildcards (default: analyze all files in solution)
excludeExclude files selected by provided wildcards from analysis (default: analyze all files in solution)
dumpIssuesTypesDump issues typesFalse
sEverityMinimal severity level to report [INFO, HINT, SUGGESTION, WARNING, ERROR]SUGGESTION
debugShow debugging messagesFalse
verbosityDisplay this amount of information [OFF, FATAL, ERROR, WARN, INFO, VERBOSE, TRACE]INFO
helpShow help and exit
versionShow tool version and exit
toolsetMsBuild toolset version. Highest available is used by default. Example: --toolset=12.0
toolset-pathMsBuild toolset (exe/dll) path. Example: --toolset-path=/usr/local/msbuild/bin/current/MSBuild.exe
monoMono path. Empty to ignore Mono. Not specified for autodetect. Example: --mono=/Library/Frameworks/Mono.framework/Versions/Current/bin/mono
dotnetcore.NET Core path. Empty to ignore .NET Core. Not specified for autodetect. Example: --dotnetcore=/usr/local/share/dotnet/dotnet
dotnetcoresdk.NET Core SDK version. Example: --dotnetcoresdk=8.0.100
disable-settings-layersDisable specified settings layers. Possible values: GlobalAll, GlobalPerProduct, SolutionShared, SolutionPersonal, ProjectShared, ProjectPersonal
no-buildin-settingsSuppress global, solution and project settings profile usage. Alias for --disable-settings-layers:GlobalAll;GlobalPerProduct;SolutionShared;SolutionPersonal;ProjectShared;ProjectPersonalFalse
caches-homePath to the directory where produced caches will be stored
propertiesMSBuild properties
targets-for-referencesMSBuild targets. These targets will be executed to get referenced assemblies of projects.
targets-for-itemsMSBuild targets. These targets will be executed to get other items (e.g. Compile item) of projects.
eXtensionsInstall and use specified extensions
sourceInstall extensions from specified source(s)
measureMeasure own tool's performance [MEMORY, SAMPLING, TIMELINE]
no-buildDo not build solution before processingFalse
buildBuild solution before processingTrue
targetMsBuild target to execute before processing.Build
solutionSolution file
tool-versionTool Version2026.1.0.1
dotnet-version.NET SDK version used to install and run ReSharper command line tools10.x
namedescription
report-filePath to the generated inspection report file
report-formatOutput format used for the inspection report