bbtsoftwareag
NuGet publisher profile
Packages (25)
Cake.Issues
The issues addin for Cake allows you to read issue from any code analyzer or linter. This addin provides the aliases for reading issues. It also requires one or more issue provider addins for the specific code analyzer or linter. 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.
Cake.Issues.MsBuild
The MsBuild support for the Cake.Issues addin for Cake allows you to read issues logged as warnings in a MsBuild log. This addin provides the aliases for reading MsBuild warnings and providing 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 Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.MsBuild.
Cake.Issues.PullRequests
The pull requests issues addin for Cake allows you to write issue from any code analyzer or linter as comments to pull requests. This addin provides the aliases for writing issues to pull requests. It requires the core Cake.Issues addin, addins for reading issues and an addin for the specific pull request system. 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.PullRequests.
Cake.Issues.InspectCode
The JetBrains Inspect Code support for the Cake.Issues addin for Cake allows you to read issues logged by JetBrains Inspect Code. This addin provides the aliases for reading JetBrains Inspect Code issues and providing 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 Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.InspectCode.
Cake.Issues.PullRequests.AzureDevOps
The Azure DevOps support for the Cake.Issues addin for Cake allows you to write found issues as comments to Azure DevOps pull requests. This addin provides the aliases for writing to Azure DevOps pull requests. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. 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.PullRequests.AzureDevOps.
TfsUrlParser
Provides a parser to get repository information from an Azure DevOps and Azure DevOps Server URLs.
Cake.Issues.Markdownlint
The Markdownlint support for the Cake.Issues addin for Cake allows you to read issues logged by Markdownlint. This addin provides the aliases for reading Markdownlint issues and providing 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 Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.Markdownlint.
Cake.Issues.EsLint
The EsLint support for the Cake.Issues addin for Cake allows you to read issues logged by ESLint. This addin provides the aliases for reading ESLint issues and providing 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 Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.EsLint.
BBT.Maybe
An option type for .NET.
Cake.Issues.PullRequests.Tfs
The Azure DevOps / Azure DevOps Server support for the Cake.Issues addin for Cake allows you to write found issues as comments to Azure DevOps or Azure DevOps Server pull requests. This addin provides the aliases for writing to Azure DevOps or Azure DevOps Server pull requests. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
Cake.Markdownlint
This addin for Cake allows you to lint Markdown files using markdownlint.
Cake.Issues.Testing
Common helpers for testing add-ins based on Cake.Issues
Cake.CodeAnalysisReporting
This addin is no longer maintained Please use [Cake.Issues](https://github.com/cake-contrib/Cake.Issues), [Cake.Issues.Reporting](https://github.com/cake-contrib/Cake.Issues.Reporting) and [Cake.Issues.Reporting.Generic](https://github.com/cake-contrib/Cake.Issues.Reporting.Generic) instead. The Code Analysis Reporting Addin for Cake allows you to generate reports from issue found using any code analyzer or linter.
BBT.StrategyPattern
A strategy pattern implementation for .NET.
Cake.Issues.DocFx
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 Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Issues.DocFx.
Cake.Prca
This addin is no longer maintained. Please use Cake.Issues and Cake.Issues.PullRequests instead. The Pull Request Code Analysis Addin for Cake allows you to write issue found using any code analyzer or linter as comments to pull requests.
Cake.Prca.PullRequests.Tfs
This addin is no longer maintained. Please use Cake.Issues.PullRequests.Tfs instead. The TFS / VSTS support for the Pull Request Code Analysis Addin for Cake allows you to write found issues as comments to Team Foundation Server or Visual Studio Team Services pull requests.
Cake.Prca.Issues.MsBuild
This addin is no longer maintained. Please use Cake.Issues.MsBuild instead. The MsBuild support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged as warnings in a MsBuild log as comments to a pull request.
Cake.Prca.Issues.InspectCode
This addin is no longer maintained. Please use Cake.Issues.InspectCode instead. The Inspect Code support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by JetBrains Inspect Code as comments to a pull request.
Cake.Yeoman
Yeoman Addin for Cake Build Automation System
Cake.Prca.Issues.Markdownlint
This addin is no longer maintained. Please use Cake.Issues.Markdownlint instead. The Markdownlint support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by Markdownlint as comments to a pull request.
Cake.Prca.Issues.DocFx
This addin is no longer maintained. Please use Cake.Issues.DocFx instead. The DocFx support for the Pull Request Code Analysis Addin for Cake allows you to write any warnings logged by DocFx as comments to a pull request.
Cake.Prca.Issues.EsLint
This addin is no longer maintained. Please use Cake.Issues.EsLint instead. The ESLint support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by ESLint as comments to a pull request.
BBT.StructureTools
.NET classes for copying, comparing and converting object structures.
BBT.StructureTools.Extensions
Extensions to BBT.StructureTools (e.g. implementations of ICreateConvertHelper and IConvertHelperFactory interfaces).