MsBuildIssuesSettings Class

Summary

Settings for MsBuildIssuesProvider.
Assembly
Cake.Prca.Issues.MsBuild.dll
Namespace
Cake.Prca.Issues.MsBuild
Base Types
  • object
graph TD Base0["object"]-->Type Type["MsBuildIssuesSettings"] class Type type-node

Syntax

public class MsBuildIssuesSettings

Constructors

Name Summary
MsBuildIssuesSettings(FilePath, ILogFileFormat) Initializes a new instance of the MsBuildIssuesSettings class.
MsBuildIssuesSettings(string, ILogFileFormat) Initializes a new instance of the MsBuildIssuesSettings class.

Properties

Name Value Summary
Format ILogFileFormat
Gets the format of the MsBuild log file.
LogFileContent string
Gets the content of the log file.

Methods

Name Value Summary
FromContent(string, ILogFileFormat) MsBuildIssuesSettings
Returns a new instance of the MsBuildIssuesSettings class from the content of a MsBuild log file.
static
FromFilePath(FilePath, ILogFileFormat) MsBuildIssuesSettings
Returns a new instance of the MsBuildIssuesSettings class from a log file on disk.
static

Extension Methods

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