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 |
bool |
Initializes the code analysis provider.
|
ReadIssues |
IEnumerable |
Gets all code analysis issues.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|