ITreeChanges Interface

Summary

Represents the set of file paths changed between two tree objects.
Namespace
GitVersion.Git
graph BT Type["ITreeChanges"] class Type type-node

Syntax

public interface ITreeChanges

Properties

Name Value Summary
Paths IReadOnlyList<string>
Gets the paths of all files that were added, modified, or deleted.

Extension Methods

Name Value Summary
NotNull<ITreeChanges>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub