Summary
Settings for
InspectCodeIssuesProvider.
- Assembly
- Cake
.Prca .Issues .InspectCode .dll - Namespace
- Cake
.Prca .Issues .InspectCode - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["InspectCodeIssuesSettings"]
class Type type-node
Syntax
public class InspectCodeIssuesSettings
Constructors
| Name | Summary |
|---|---|
| Inspect |
Initializes a new instance of the InspectCodeIssuesSettings class.
|
| Inspect |
Initializes a new instance of the InspectCodeIssuesSettings class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| LogFileContent | string |
Gets the content of the log file.
|
Methods
| Name | Value | Summary |
|---|---|---|
| FromContent |
Inspect |
Returns a new instance of the
InspectCodeIssuesSettings class from the content
of a JetBrains Inspect Code log file.
static
|
| FromFilePath |
Inspect |
Returns a new instance of the
InspectCodeIssuesSettings class from a log file on disk.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|