IIssueComparer.

IIssueComparer(bool) Constructor

Summary

Comparer to compare if two issues are identical.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IIssueComparer

Syntax

public IIssueComparer(bool compareOnlyPersistentProperties)

Remarks

If compareOnlyPersistentProperties is set to true the following properties will be ignored while comparing the issue:

Parameters

Name Type Description
compareOnlyPersistentProperties bool Flag indicating whether properties which are affected by changes in files should be considered while comparing issues. If set to true, the comparer can be used to compare issues from different build runs, where files might have been changed or renamed.

Return Value

Type Description
void