PrcaResult.

PrcaResult(IEnumerable<ICodeAnalysisIssue>, IEnumerable<ICodeAnalysisIssue>) Constructor

Summary

Initializes a new instance of the PrcaResult class.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Containing Type
PrcaResult

Syntax

public PrcaResult(IEnumerable<ICodeAnalysisIssue> reportedIssues, IEnumerable<ICodeAnalysisIssue> postedIssues)

Parameters

Name Type Description
reportedIssues IEnumerable<T> Issues reported by the issue providers.
postedIssues IEnumerable<T> Issues posted to the pull request.

Return Value

Type Description
void
GitHub