PrcaResult.

ReportedIssues Property

Summary

Gets all issues reported by the issue providers.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Containing Type
PrcaResult

Syntax

public IEnumerable<ICodeAnalysisIssue> ReportedIssues { get; }

Value

Type Description
IEnumerable<T>
GitHub