Cake.Issues.Markdownlint 5.0.1

dotnet add package Cake.Issues.Markdownlint --version 5.0.1                
NuGet\Install-Package Cake.Issues.Markdownlint -Version 5.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cake.Issues.Markdownlint" Version="5.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Issues.Markdownlint --version 5.0.1                
#r "nuget: Cake.Issues.Markdownlint, 5.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Cake.Issues.Markdownlint&version=5.0.1                

Markdownlint 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.Markdownlint.

The Markdownlint support for the Cake.Issues addin for Cake allows you to read issues logged by Markdownlint.

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 log file of a Markdownlint run can be parsed:

Task("Lint-Documentation").Does(() =>
{
    var logPath = @"c:\build\markdownlint.log";
    var repoRootPath = @"c:\repo";

    // Run markdownlint-cli using Cake.Markdownlint addin.
    var settings =
        MarkdownlintNodeJsRunnerSettings.ForDirectory(repoRootPath.Combine("docs"));
    settings.OutputFile = logPath;
    settings.ThrowOnIssue = false;
    RunMarkdownlintNodeJs(settings);

    // Read issues.
    var issues =
        ReadIssues(
            MarkdownlintIssuesFromFilePath(
                logPath,
                MarkdownlintCliLogFileFormat),
            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 Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
5.0.1 466 12/17/2024
5.0.0 613 12/2/2024
5.0.0-beta0002 139 11/23/2024
5.0.0-beta0001 277 11/18/2024
4.12.0 551 11/5/2024
4.11.0 537 10/6/2024
4.10.1 559 8/20/2024
4.10.0 208 7/30/2024
4.9.0 212 7/25/2024
4.8.1 204 7/19/2024
4.8.0 159 7/19/2024
4.7.2 169 7/18/2024
4.7.1 246 7/17/2024
4.7.0 145 7/16/2024
4.6.0 334 6/24/2024
4.5.1 306 5/24/2024
4.5.0 231 5/23/2024
4.4.0 329 5/18/2024
4.3.1 341 4/25/2024
4.3.0 343 4/20/2024
4.2.1 247 4/16/2024
4.2.0 596 4/14/2024
4.1.0 15,455 2/21/2024
4.0.0 32,910 12/24/2023
4.0.0-beta0001 5,634 12/16/2023
3.0.0 35,983 7/17/2023
3.0.0-beta0001 5,398 6/8/2023
2.0.0 21,535 12/1/2022
2.0.0-beta0002 289 10/1/2022
2.0.0-beta0001 6,699 7/25/2022
1.1.1 74,204 9/1/2021
1.1.0 669 8/31/2021
1.0.0 4,039 7/27/2021
1.0.0-beta0001 788 2/27/2021
0.9.0 24,523 8/22/2020
0.9.0-beta0002 1,865 8/1/2020
0.9.0-beta0001 746 7/14/2020
0.8.2 1,691 5/19/2020
0.8.1 1,412 11/18/2019
0.8.0 790 10/17/2019
0.8.0-beta0001 532 10/11/2019
0.7.1 979 8/22/2019
0.7.0 1,279 5/30/2019
0.7.0-beta0001 734 4/22/2019
0.6.1 1,813 11/1/2018
0.6.1-beta0001 631 10/21/2018
0.6.0 1,283 8/24/2018
0.6.0-beta0002 717 8/20/2018
0.6.0-beta0001 685 8/19/2018
0.5.0 991 8/17/2018
0.5.0-beta0001 703 8/6/2018
0.4.0 1,009 7/28/2018
0.4.0-beta0002 707 7/28/2018
0.4.0-beta0001 701 7/27/2018
0.3.0 1,311 6/4/2018
0.3.0-beta0002 824 6/1/2018
0.3.0-beta0001 841 5/31/2018
0.2.0 1,079 5/27/2018
0.1.0 1,669 9/16/2017
0.1.0-beta0002 770 9/13/2017
0.1.0-beta0001 801 9/9/2017