SarifVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the version of the SARIF log file to produce.
public enum SarifVersion
type SarifVersion =
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.