Cake.Issues.InspectCode

The JetBrains Inspect Code support for the Cake.Issues addin 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 cakeissues.net for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

#addin nuget:?package=Cake.Issues.InspectCode&version=4.1.0

dotnet add package Cake.Issues.InspectCode --version 4.1.0

<PackageReference Include="Cake.Issues.InspectCode" Version="4.1.0" />

Aliases

Contains functionality for reading issues from JetBrains Inspect Code log files.

Issue Providers

InspectCodeIssues(InspectCodeIssuesSettings) Gets an instance of a provider for issues reported by JetBrains Inspect Code using specified settings.
InspectCodeIssuesFromContent(string) Gets an instance of a provider for issues reported by JetBrains Inspect Code using log file content.
InspectCodeIssuesFromFilePath(FilePath) Gets an instance of a provider for issues reported by JetBrains Inspect Code using a log file from disk.
InspectCodeIssuesProviderTypeName Gets the name of the Inspect Code issue provider. This name can be used to identify issues based on the ProviderType property.