ReSharperInspections
An Inspections (ReSharper) build step for gathering JetBrains ReSharper inspection results.
Example. Runs R# InspectCode command line tool for the MyProject.sln solution. Uses the default R# InspectCode tool installed on the TeamCity server.
buildType {
// Other Build Type settings ...
steps {
// Other Build Steps ...
reSharperInspections {
solutionPath = "MyProject.sln"
targetDotNetFramework_4_8 = true
cltPath = "%teamcity.tool.jetbrains.resharper-clt.DEFAULT%"
cltPlatform = ReSharperInspections.Platform.X64
}
Content copied to clipboard }
}
See also
Constructors
Types
Functions
Deletes all configured build step conditions
Configures build step conditions
Copies parameters of this object to the specified target
Creates an instance of this build step via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.
Validates this object and reports found errors to the provided consumer
Properties
The path to the file containing ReSharper settings created with JetBrains ReSharper 6.1 or later. The specified path should be relative to the checkout directory. If specified, this settings layer has the top priority, so it overrides ReSharper build-in settings. By default, build-in ReSharper settings layers are applied.
If enabled, "pull image" command will be run before docker run.