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 |
Issues reported by the issue providers. |
| postedIssues | IEnumerable |
Issues posted to the pull request. |
Return Value
| Type | Description |
|---|---|
| void |