Cake.Issues by BBT Software AG and contributors

<PackageReference Include="Cake.Issues" Version="0.3.0-beta0003" />

 Cake.Issues 0.3.0-beta0003

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

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Cake.Issues</id>
    <version>0.3.0-beta0003</version>
    <title>Cake.Issues</title>
    <authors>BBT Software AG and contributors</authors>
    <owners>bbtsoftware, pascalberger, cake-contrib</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/cake-contrib/Cake.Issues/blob/develop/LICENSE</licenseUrl>
    <projectUrl>http://cake-contrib.github.io/Cake.Issues.Website/</projectUrl>
    <iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
    <description>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 anylzer 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.</description>
    <summary>Addin for reading code analyzer or linter issues for the Cake build automation system</summary>
    <releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/0.3.0</releaseNotes>
    <copyright>Copyright © BBT Software AG and contributors</copyright>
    <tags>Cake Script Cake-Issues CodeAnalysis Linting Issues</tags>
  </metadata>
</package>