From 69419da89421d8bb6b2a2f643f6f8a459cefbef8 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sun, 14 Apr 2024 22:54:30 +0200 Subject: [PATCH] (GH-485) Add Cake.Frosting.Issues.DocFx addin (#530) --- README.md | 2 +- .../nuget/Cake.Frosting.Issues.DocFx.nuspec | 59 +++++++++++++++++++ nuspec/nuget/Cake.Issues.DocFx.nuspec | 4 ++ 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 nuspec/nuget/Cake.Frosting.Issues.DocFx.nuspec diff --git a/README.md b/README.md index 4eedbb4a5..a474f0521 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ For questions and to discuss ideas & feature requests, use the [GitHub discussio |:--:|-|-| | [Cake.Issues](https://www.nuget.org/packages/Cake.Issues) | [Cake.Issues](https://www.nuget.org/packages/Cake.Issues) | Addin providing the aliases for creating and reading of issues. | | [Cake.Issues.MsBuild](https://www.nuget.org/packages/Cake.Issues.MsBuild) | [Cake.Frosting.Issues.MsBuild](https://www.nuget.org/packages/Cake.Frosting.Issues.MsBuild) | Issue provider for reading MsBuild errors and warnings. | -| [Cake.Issues.DocFx](https://www.nuget.org/packages/Cake.Issues.DocFx) | [Cake.Issues.DocFx](https://www.nuget.org/packages/Cake.Issues.DocFx) | Issue provider for reading DocFx warnings. | +| [Cake.Issues.DocFx](https://www.nuget.org/packages/Cake.Issues.DocFx) | [Cake.Frosting.Issues.DocFx](https://www.nuget.org/packages/Cake.Frosting.Issues.DocFx) | Issue provider for reading DocFx warnings. | | [Cake.Issues.EsLint](https://www.nuget.org/packages/Cake.Issues.EsLint) | [Cake.Frosting.Issues.EsLint](https://www.nuget.org/packages/Cake.Frosting.Issues.EsLint) | Issue provider for reading ESLint issues. | | [Cake.Issues.GitRepository](https://www.nuget.org/packages/Cake.Issues.GitRepository) | [Cake.Frosting.Issues.GitRepository](https://www.nuget.org/packages/Cake.Frosting.Issues.GitRepository) | Issue provider for analyzing Git repositories. | | [Cake.Issues.InspectCode](https://www.nuget.org/packages/Cake.Issues.InspectCode) | [Cake.Frosting.Issues.InspectCode](https://www.nuget.org/packages/Cake.Frosting.Issues.InspectCode) | Issue provider for reading JetBrains Inspect Code issues. | diff --git a/nuspec/nuget/Cake.Frosting.Issues.DocFx.nuspec b/nuspec/nuget/Cake.Frosting.Issues.DocFx.nuspec new file mode 100644 index 000000000..7f9681339 --- /dev/null +++ b/nuspec/nuget/Cake.Frosting.Issues.DocFx.nuspec @@ -0,0 +1,59 @@ + + + + Cake.Frosting.Issues.DocFx + Cake.Frosting.Issues.DocFx + 0.0.0 + Cake Issues contributors + bbtsoftware, pascalberger, cake-contrib + DocFx support for the Cake.Issues addin for Cake Frosting + +The DocFx support for the Cake.Issues addin for Cake allows you to read warnings from DocFx log files. + +This addin provides the aliases for reading warnings from DocFx log files and provides them to 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 the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. + +NOTE: +This is the version of the addin compatible with Cake Frosting. +For addin compatible with Cake Script Runners see Cake.Issues.DocFx. + + MIT + https://cakeissues.net + icon.png + false + + Copyright © Cake Issues contributors + cake cake-addin cake-issues cake-issueprovider linting docfx + https://github.com/cake-contrib/Cake.Issues/releases/tag/4.1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/nuspec/nuget/Cake.Issues.DocFx.nuspec b/nuspec/nuget/Cake.Issues.DocFx.nuspec index 4498302a8..d4d765057 100644 --- a/nuspec/nuget/Cake.Issues.DocFx.nuspec +++ b/nuspec/nuget/Cake.Issues.DocFx.nuspec @@ -16,6 +16,10 @@ It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. + +NOTE: +This is the version of the addin compatible with Cake Script Runners. +For addin compatible with Cake Frosting see Cake.Frosting.Issues.DocFx. MIT https://cakeissues.net