Cake.Issues.GitRepository

The Git repository support for the Cake.Issues addin allows you to analyze Git repositories. This addin provides the aliases for analyzing Git repositories and create issues resulting from it using the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See cakeissues.net for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

#addin nuget:?package=Cake.Issues.GitRepository&version=4.2.1

dotnet add package Cake.Issues.GitRepository --version 4.2.1

<PackageReference Include="Cake.Issues.GitRepository" Version="4.2.1" />

Aliases

Contains functionality related to analyze Git repositories.

Issue Providers

GitRepositoryIssues(GitRepositoryIssuesSettings) Gets an instance of a provider for analyzing a Git repository and reporting issues using specified settings.
GitRepositoryIssuesProviderTypeName Gets the name of the Git repository issue provider. This name can be used to identify issues based on the ProviderType property.