SarifIssueReportFormatSettings.

CorrelationGuid Property

Summary

Gets or sets a Guid shared by all runs of the same type. Will be written to the automationDetails.correlationGuid property.

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