SarifIssuesAliases.

SarifIssuesProviderTypeName(ICakeContext) Method

Summary

Gets the name of the SARIF issue provider. This name can be used to identify issues based on the ProviderType property.
Assembly
Cake.Issues.Sarif.dll
Namespace
Cake.Issues.Sarif
Containing Type
SarifIssuesAliases

Syntax

public static string SarifIssuesProviderTypeName(this ICakeContext context)

Attributes

Type Description
CakePropertyAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
string Name of the SARIF issue provider.