BaseMsBuildLogFileFormat Class

Summary

Base class for all MSBuild log file format.
graph BT Type-->Base0["BaseLogFileFormat<MsBuildIssuesProvider, MsBuildIssuesSettings>"] Base0-->Base1["Object"] Type-.->Interface0["ILogFileFormat<MsBuildIssuesProvider, MsBuildIssuesSettings>"] Type["BaseMsBuildLogFileFormat"] class Type type-node

Syntax

public abstract class BaseMsBuildLogFileFormat : 
    BaseLogFileFormat<MsBuildIssuesProvider, MsBuildIssuesSettings>, 
    ILogFileFormat<MsBuildIssuesProvider, MsBuildIssuesSettings>

Constructors

Name Summary
BaseMsBuildLogFileFormat(ICakeLog) Base class for all MSBuild log file format.

Methods

Name Value Summary
ValidateFilePath(string, IRepositorySettings) ValueTuple<bool, string>
Validates a file path.

Extension Methods

Name Value Summary
Dump<BaseMsBuildLogFileFormat>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<BaseMsBuildLogFileFormat>(BaseMsBuildLogFileFormat[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<BaseMsBuildLogFileFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<BaseMsBuildLogFileFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<BaseMsBuildLogFileFormat>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<BaseMsBuildLogFileFormat>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin