AnalyzerResult.

ProjectGuid Property

Summary

Gets a GUID for the project. This first attempts to get the ProjectGuid MSBuild property. If that's not available, checks for a GUID from the solution (if originally provided). If neither of those are available, it will generate a UUID GUID by hashing the project path relative to the solution path (so it's repeatable).
Namespace
Buildalyzer
Containing Type
AnalyzerResult

Syntax

public Guid ProjectGuid { get; }

Value

Type Description
Guid