Summary
Returns a new instance of the
InspectCodeIssuesSettings
class from the content
of a JetBrains Inspect Code log file.
- Assembly
- Cake
.Prca .Issues .InspectCode .dll - Namespace
- Cake
.Prca .Issues .InspectCode - Containing Type
- Inspect
Code Issues Settings
Syntax
public static InspectCodeIssuesSettings FromContent(string logFileContent)
Parameters
Name | Type | Description |
---|---|---|
logFileContent | string | Content of the JetBrains Inspect Code log file. |
Return Value
Type | Description |
---|---|
Inspect |
Instance of the InspectCodeIssuesSettings class. |