This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Sarif.
Summary
Gets or sets a Guid shared by all runs of the same type.
Will be written to the
automationDetails.correlationGuid
property.
- Assembly
- Cake
.Issues .Reporting .Sarif .dll - Namespace
- Cake
.Issues .Reporting .Sarif - Containing Type
- Sarif
Issue Report Format Settings
Syntax
public Guid CorrelationGuid { get; set; }
Remarks
Consider an engineering system that allows engineers to define “build definitions”, and that assigns a GUID
to each build definition.
In such a system, the build definition’s GUID could serve as
CorrelationGuid
.
It would be the same for all runs produced by the same build definition, and different between any two runs
produced by different build definitions.
Value
Type | Description |
---|---|
Guid |