Summary
Returns a new instance of the
InspectCodeIssuesSettings
class from a log file on disk.
- Assembly
- Cake
.Prca .Issues .InspectCode .dll - Namespace
- Cake
.Prca .Issues .InspectCode - Containing Type
- Inspect
Code Issues Settings
Syntax
public static InspectCodeIssuesSettings FromFilePath(FilePath logFilePath)
Parameters
Name | Type | Description |
---|---|---|
logFilePath | FilePath | Path to the JetBrains Inspect Code log file. |
Return Value
Type | Description |
---|---|
Inspect |
Instance of the InspectCodeIssuesSettings class. |