InspectCodeIssuesSettings Class

Summary

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
InspectCodeIssuesSettings(FilePath) Initializes a new instance of the InspectCodeIssuesSettings class.
InspectCodeIssuesSettings(string) 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(string) InspectCodeIssuesSettings
Returns a new instance of the InspectCodeIssuesSettings class from the content of a JetBrains Inspect Code log file.
static
FromFilePath(FilePath) InspectCodeIssuesSettings
Returns a new instance of the InspectCodeIssuesSettings class from a log file on disk.
static

Extension Methods

Name Value Summary
NotNull<InspectCodeIssuesSettings>(string) void
Throws an exception if the specified parameter's value is null.
GitHub