CodeAnalysisIssue.

AffectedFileRelativePath Property

Summary

Gets the path to the file affacted by the issue. The path is relative to the repository root. Can be null if issue is not related to a change in a file.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.Issues
Containing Type
CodeAnalysisIssue

Syntax

public FilePath AffectedFileRelativePath { get; }

Value

Type Description
FilePath
GitHub