This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Sarif.
Summary
Contains functionality for reading issues from SARIF files.
- Assembly
- Cake
.Issues .Sarif .dll - Namespace
- Cake
.Issues .Sarif - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["SarifIssuesAliases"]
class Type type-node
Syntax
public static class SarifIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
SarifIssues |
IIssueProvider |
Gets an instance of a provider for SARIF compatible files using specified settings.
static
|
Sarif |
IIssueProvider |
Gets an instance of a provider for SARIF compatible files using file content.
static
|
Sarif |
IIssueProvider |
Gets an instance of a provider for SARIF compatible files using a file from disk.
static
|
Sarif |
string |
Gets the name of the SARIF issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|