ICodeAnalysisProvider Interface

Summary

Interface describing a provider for code analysis issues..
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.Issues
Implementing Types
graph TD Type["ICodeAnalysisProvider"] class Type type-node Type-.->Implementing0["CodeAnalysisProvider"] click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.Issues/CodeAnalysisProvider"

Syntax

public interface ICodeAnalysisProvider

Methods

Name Value Summary
Initialize(PrcaSettings) bool
Initializes the code analysis provider.
ReadIssues(PrcaCommentFormat) IEnumerable<T>
Gets all code analysis issues.

Extension Methods

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