SarifVersion Enum

Definition

Specifies the version of the SARIF log file to produce.

C#
public enum SarifVersion
Inheritance
SarifVersion

Fields

Name Value Description
Default 1

The default SARIF version, which is v1.0.0 for compatibility with previous versions of the compiler.

Sarif1 1

The original, non-standardized version of the SARIF format.

Sarif2 2

The first standardized version of the SARIF format.

Latest 2147483647

The latest supported SARIF version.

Applies to

Product Versions
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0