PrcaResult.

PostedIssues Property

Summary

Gets the issues posted to the pull request.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Containing Type
PrcaResult

Syntax

public IEnumerable<ICodeAnalysisIssue> PostedIssues { get; }

Value

Type Description
IEnumerable<T>
GitHub