Cake.Issues.DupFinder

The JetBrains dupFinder support for the Cake.Issues addin allows you to read issues logged by JetBrains dupFinder. This addin provides the aliases for reading JetBrains dupFinder 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.DupFinder&version=2.0.0

dotnet add package Cake.Issues.DupFinder --version 2.0.0

<PackageReference Include="Cake.Issues.DupFinder" Version="2.0.0" />

Aliases

Contains functionality for reading issues from JetBrains dupFinder log files.

Issue Providers

DupFinderIssues(DupFinderIssuesSettings) Gets an instance of a provider for issues reported by JetBrains dupFinder using specified settings.
DupFinderIssuesFromContent(string) Gets an instance of a provider for issues reported by JetBrains dupFinder using log file content.
DupFinderIssuesFromFilePath(FilePath) Gets an instance of a provider for issues reported by JetBrains dupFinder using a log file from disk.
DupFinderIssuesProviderTypeName Gets the name of the dupFinder issue provider. This name can be used to identify issues based on the ProviderType property.