ILogFileFormat Interface

Summary

Definition of a MsBuild log file format.
graph TD Type["ILogFileFormat"] class Type type-node Type-.->Implementing0["LogFileFormat"] click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.Issues.MsBuild/LogFileFormat"

Syntax

public interface ILogFileFormat

Methods

Name Value Summary
ReadIssues(PrcaSettings, MsBuildIssuesSettings) IEnumerable<T>
Gets all code analysis issues.

Extension Methods

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