GitRepositoryInfo Class

Namespace
GitVersion.Git
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IGitRepositoryInfo"] click Interface0 "/api/GitVersion.Git/IGitRepositoryInfo" Type["GitRepositoryInfo"] class Type type-node

Syntax

public class GitRepositoryInfo : IGitRepositoryInfo

Constructors

Properties

Name Value Summary
DotGitDirectory string
DynamicGitRepositoryPath string
GitRootPath string
ProjectRootDirectory string

Extension Methods

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