Cake.Issues.GitRepository
4.10.1
See the version list below for details.
dotnet add package Cake.Issues.GitRepository --version 4.10.1
NuGet\Install-Package Cake.Issues.GitRepository -Version 4.10.1
<PackageReference Include="Cake.Issues.GitRepository" Version="4.10.1" />
paket add Cake.Issues.GitRepository --version 4.10.1
#r "nuget: Cake.Issues.GitRepository, 4.10.1"
#addin nuget:?package=Cake.Issues.GitRepository&version=4.10.1
Git repository linting support for the Cake.Issues addin for Cake Build Automation System
NOTE: This is the version of the addin compatible with Cake .NET Tool. For addin compatible with Cake Frosting see Cake.Frosting.Issues.GitRepository.
The Git repository support for the Cake.Issues addin for Cake allows you to analyze Git repositories.
Cake.Issues redefines issue management within the Cake build system by offering a comprehensive, universal, and extensible solution. The unique capabilities of the addins empower development teams to enforce coding standards, generate insightful reports, seamlessly incorporate various linting tools, and streamlining the integration with pull requests. With its modular architecture and extensive set of aliases, Cake.Issues provides a future-proof infrastructure for issue management in Cake builds, fostering a more efficient and adaptable development process.
For more information and extensive documentation see the Cake.Issues website. For general information about the Cake build automation system see the Cake website.
How to use
Integrating Cake.Issues into your Cake build is straightforward. With minimal setup, teams can enjoy the benefits of enhanced code quality management seamlessly integrated into their existing build pipeline.
After adding the addin the repository can be analyzed:
Task("Analyze-GitRepository").Does(() =>
{
var repoRootPath = @"c:\repo";
// Analyze repository.
var issues =
ReadIssues(
GitRepositoryIssues(
new GitRepositoryIssuesSettings
{
CheckBinaryFilesTrackedByLfs = true
}
),
repoRootPath);
Information("{0} issues are found.", issues.Count());
});
Support & Discussion
For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.
Contributing
Contributions are welcome. See Contribution Guidelines.
License
MIT License - Copyright © Cake Issues contributors
Binary distributions for some addins contain third-party code which is licensed under its own respective license. See LICENSE for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.12.0 | 77 | 11/5/2024 |
4.11.0 | 177 | 10/6/2024 |
4.10.1 | 254 | 8/20/2024 |
4.10.0 | 107 | 7/30/2024 |
4.9.0 | 88 | 7/25/2024 |
4.8.1 | 126 | 7/19/2024 |
4.8.0 | 100 | 7/19/2024 |
4.7.2 | 117 | 7/18/2024 |
4.7.1 | 91 | 7/17/2024 |
4.7.0 | 102 | 7/16/2024 |
4.6.0 | 179 | 6/24/2024 |
4.5.1 | 196 | 5/24/2024 |
4.5.0 | 101 | 5/23/2024 |
4.4.0 | 1,235 | 5/18/2024 |
4.3.1 | 9,221 | 4/25/2024 |
4.3.0 | 2,669 | 4/20/2024 |
4.2.1 | 1,880 | 4/16/2024 |
4.2.0 | 1,043 | 4/14/2024 |
4.0.0 | 47,150 | 12/23/2023 |
4.0.0-beta0001 | 3,122 | 12/12/2023 |
3.0.0 | 32,482 | 7/16/2023 |
3.0.0-beta0001 | 3,112 | 6/21/2023 |
2.0.0 | 19,083 | 12/9/2022 |
2.0.0-beta0001 | 4,889 | 7/20/2022 |
1.0.1 | 3,645 | 10/7/2021 |
1.0.0 | 1,258 | 7/27/2021 |
1.0.0-beta0001 | 390 | 2/26/2021 |
0.9.0 | 3,424 | 8/22/2020 |
0.9.0-beta0003 | 529 | 8/1/2020 |
0.9.0-beta0002 | 302 | 8/1/2020 |
0.9.0-beta0001 | 418 | 7/12/2020 |
0.8.2 | 615 | 6/18/2020 |
0.8.1 | 1,552 | 10/23/2019 |
0.8.0 | 579 | 10/17/2019 |
0.8.0-beta0001 | 501 | 10/12/2019 |
0.7.3 | 563 | 10/5/2019 |
0.7.2 | 821 | 8/22/2019 |
0.7.1 | 606 | 8/15/2019 |
0.7.0 | 550 | 8/9/2019 |
0.7.0-beta0002 | 390 | 8/9/2019 |
0.7.0-beta0001 | 490 | 7/27/2019 |